Commit Graph

  • e942e1e988 docs(developers.md): update node version as specified in package.json Sergey Kryvets 2017-12-29 10:48:35 -06:00
  • 96dd35afb6 docs(ngModel.NgModelController): correct description for $viewChangeListeners Georgii Dolzhykov 2017-12-29 15:30:31 +02:00
  • 9a521cb3ad docs(PULL_REQUEST_TEMPLATE.md): fix broken links in PR template Frederik Prijck 2017-12-19 18:29:53 +01:00
  • 3673909896 feat(currencyFilter): trim whitespace around an empty currency symbol Georgios Kalpakas 2016-09-07 23:40:38 +03:00
  • 62743a54b7 feat(currencyFilter): trim whitespace around an empty currency symbol Georgios Kalpakas 2016-09-07 23:40:38 +03:00
  • 22450e5b7c docs(CHANGELOG.md): add changes for 1.6.8 Martin Staffa 2017-12-18 15:17:56 +01:00
  • 8302981a08 docs(CHANGELOG.md): add changes for 1.6.8 v1.6.8 Martin Staffa 2017-12-18 15:17:56 +01:00
  • d2a7b5162f docs(*): add browserTrigger docs; update references to scenario runner Martin Staffa 2017-11-03 17:57:41 +01:00
  • 2ecd85b989 test($rootScope): test recursive event broadcast and emit Jason Bedard 2017-12-05 00:49:16 -08:00
  • 240a3ddbf1 feat($resource): add support for request and requestError interceptors (#15674) George Kalpakas 2017-12-18 14:48:15 +02:00
  • 7df29521d8 refactor($location): remove obsolete workaround for Firefox bug Martin Staffa 2017-11-03 17:58:36 +01:00
  • 167766a5dd docs(*): add browserTrigger docs; remove references to scenario runner Martin Staffa 2017-11-03 17:57:41 +01:00
  • 0cd3921782 fix(ngScenario): completely remove the angular scenario runner Martin Staffa 2017-02-15 14:20:02 +01:00
  • f6e60c14c0 docs(ngForm): clarify usage and limitations Martin Staffa 2017-12-12 13:23:08 +01:00
  • 223de59e98 fix(form): set $submitted to true on child forms when parent is submitted Martin Staffa 2017-12-12 12:45:44 +01:00
  • 5c38fb744e test($rootScope): test recursive event broadcast and emit Jason Bedard 2017-12-05 00:49:16 -08:00
  • 97d0224ae6 fix($rootScope): fix potential memory leak when removing scope listeners Jason Bedard 2017-08-08 23:24:17 -07:00
  • e5fb92978f revert: fix($rootScope): fix potential memory leak when removing scope listeners Jason Bedard 2017-12-04 22:12:53 -08:00
  • 41d5c90f17 feat($rootScope): allow suspending and resuming watchers on scope Peter Bacon Darwin 2017-10-31 13:26:36 +00:00
  • 2bdf712687 fix($location): always decode special chars in $location.url(value) Peter Bacon Darwin 2017-12-01 08:28:55 +00:00
  • 2c1e58984b fix($location): always decode special chars in $location.url(value) Peter Bacon Darwin 2017-12-01 08:28:55 +00:00
  • 6d5ef34fc6 fix(ngAria): do not set aria attributes on input[type="hidden"] Martin Staffa 2017-12-11 19:27:47 +01:00
  • 0de02973c1 docs(ng-model-options): remove extra quotes in example John Hampton 2017-12-06 17:00:53 -05:00
  • 00815db8ef docs(ng-model-options): remove extra quotes in example John Hampton 2017-12-06 17:00:53 -05:00
  • 55516da2df fix(ngModelController): allow $overrideModelOptions to set updateOn Martin Staffa 2017-12-08 11:11:42 +01:00
  • e8adbf8d5a chore(*): bump Yarn in Jenkins init-node script Michał Gołębiowski-Owczarek 2017-12-07 20:27:35 +01:00
  • a61c5d382e chore(*): bump Yarn in Jenkins init-node script Michał Gołębiowski-Owczarek 2017-12-07 20:27:35 +01:00
  • c169c60535 build(*): update Node from 6 to 8, update Yarn Michał Gołębiowski-Owczarek 2017-12-07 19:26:32 +01:00
  • a7688100e3 build(*): update Node from 6 to 8, update Yarn Michał Gołębiowski-Owczarek 2017-12-07 19:26:32 +01:00
  • dde520e02a docs(ngModelOptions): fix link text Martin Staffa 2017-12-07 11:51:03 +01:00
  • 0b6ec6b3ab refactor($rootScope): consistently use noop as the default $watch listener Jason Bedard 2017-12-05 13:26:20 -08:00
  • d2511cfac0 chore(travis): fix deployment condition to include tagged commits Martin Staffa 2017-11-29 15:45:59 +01:00
  • 155efa421b docs(ngNonBindable): document effect on the element's directives jugglinmike 2017-11-27 07:11:50 -05:00
  • 394b185416 refactor($rootScope): consistently use noop as the default $watch listener Jason Bedard 2017-12-05 13:26:20 -08:00
  • da72477701 fix(ngModelController): allow $overrideModelOptions to set updateOn Martin Staffa 2017-12-05 20:07:45 +01:00
  • 74b04c9403 fix(ngModel, input): improve handling of built-in named parsers Martin Staffa 2017-12-04 11:17:32 +01:00
  • f33d95cfcf feat($parse): add a hidden interface to retrieve an expression's AST Francesco Pipita 2017-10-07 18:27:20 +02:00
  • 2e03aedc85 feat($parse): add a hidden interface to retrieve an expression's AST Francesco Pipita 2017-10-07 18:27:20 +02:00
  • 57b626a673 fix($location): decode non-component special chars in Hashbang URLS Peter Bacon Darwin 2017-11-28 14:21:25 +00:00
  • 199d888b84 fix($location): decode non-component special chars in Hashbang URLS Peter Bacon Darwin 2017-11-28 14:21:25 +00:00
  • 8b69d91fff chore(travis): fix deployment condition to include tagged commits Martin Staffa 2017-11-29 15:45:59 +01:00
  • 0fa5a37838 docs(ngNonBindable): document effect on the element's directives jugglinmike 2017-11-27 07:11:50 -05:00
  • b168aef861 docs(CHANGELOG.md): add changes for 1.6.7 v1.6.7 Martin Staffa 2017-11-23 15:57:26 +01:00
  • 07e475137e docs(CHANGELOG.md): add changes for 1.6.7 Martin Staffa 2017-11-23 15:57:26 +01:00
  • 6c4d2707b7 refactor($rootScope): simplify $emit stopPropagation handling Jason Bedard 2017-11-24 00:25:33 -08:00
  • 5838017f26 refactor($rootScope): simplify $emit stopPropagation handling Jason Bedard 2017-11-24 00:25:33 -08:00
  • 9c95f6d5e0 perf(jqLite): avoid setting class attribute when not changed Jason Bedard 2017-08-02 22:12:08 -07:00
  • cab9ebfd5a perf(jqLite): avoid repeated add/removeAttribute in jqLiteRemoveClass Jason Bedard 2017-07-25 22:01:48 -07:00
  • 8ecbb53d28 chore(*): normalize Vojta's email in .mailmap correctly v1.5.x Michał Gołębiowski-Owczarek 2017-11-22 13:24:56 +01:00
  • 8a739fb4fa chore(*): normalize Vojta's email in .mailmap correctly Michał Gołębiowski-Owczarek 2017-11-22 13:24:56 +01:00
  • f2f5ac7ce4 chore(*): normalize Vojta's email in .mailmap correctly Michał Gołębiowski-Owczarek 2017-11-22 13:24:56 +01:00
  • 55ba44913e feat(ngModelOptions): add debounce catch-all + allow debouncing 'default' only Martin Staffa 2017-11-21 13:50:25 +01:00
  • c4003fd034 fix($compile): sanitize special chars in directive name Denys B 2017-11-17 12:55:18 +02:00
  • ab856d8ae3 docs(linky): mark "target" param as optional kirk 2017-11-17 05:47:18 -05:00
  • 83e6eef68e docs(*): remove usage of global grunt-cli Frederik Prijck 2017-11-11 14:10:53 +01:00
  • 87270cb79f docs(*): update CONTRIBUTING.md and create DEVELOPERS.md Martin Staffa 2017-11-03 12:41:54 +01:00
  • aa3f951330 fix(input[number]): validate min/max against viewValue Martin Staffa 2017-11-17 12:28:03 +01:00
  • 12cf994fcc fix($compile): sanitize special chars in directive name Denys B 2017-11-17 12:55:18 +02:00
  • 873e26347f docs(linky): mark "target" param as optional kirk 2017-11-17 05:47:18 -05:00
  • f876ab7191 docs(*): remove usage of global grunt-cli Frederik Prijck 2017-11-11 14:10:53 +01:00
  • 181ac0b7a1 docs(*): update CONTRIBUTING.md and create DEVELOPERS.md Martin Staffa 2017-11-03 12:41:54 +01:00
  • e06ebfdbb5 fix($location): do not decode forward slashes in the path in HTML5 mode Peter Bacon Darwin 2017-11-02 12:58:49 +00:00
  • 0cbc505121 fix($location): do not decode forward slashes in the path in HTML5 mode Peter Bacon Darwin 2017-11-02 12:58:49 +00:00
  • ddeb1df15a fix(sanitizeUri): sanitize URIs that contain IDEOGRAPHIC SPACE chars Peter Bacon Darwin 2017-10-31 21:41:28 +00:00
  • 667db466f9 fix(sanitizeUri): sanitize URIs that contain IDEOGRAPHIC SPACE chars Peter Bacon Darwin 2017-10-31 21:41:28 +00:00
  • 2c9c3a0784 docs(guide/Unit Testing): change $scope = {} to $scope = $rootScope.$new() Lisa Pfisterer 2017-11-02 16:23:20 +00:00
  • 817ac56719 fix($rootScope): fix potential memory leak when removing scope listeners Jason Bedard 2017-10-14 17:36:50 -07:00
  • 0864f73458 docs($compileProvider): improve strictComponentBindingsEnabled info Martin Staffa 2017-10-30 11:23:44 +01:00
  • c15c8a1380 test($rootScope): test removal of event listeners during event broadcast Jason Bedard 2017-08-02 21:44:35 -07:00
  • 358a69fa8b fix($rootScope): fix potential memory leak when removing scope listeners Jason Bedard 2017-08-08 23:24:17 -07:00
  • 417aefd45d test($rootScope): test removal of event listeners during event broadcast Jason Bedard 2017-08-02 21:44:35 -07:00
  • 6ad4c8d1b4 chore(travis): tighten up deploy conditions Martin Staffa 2017-10-26 13:37:29 +02:00
  • 9871ada04b chore(travis): tighten up deploy conditions Martin Staffa 2017-10-26 13:37:29 +02:00
  • 3ef612afa0 chore(travis): deploy to docs and code when distTag=latest Martin Staffa 2017-10-25 10:44:55 +02:00
  • cc8486f994 chore(doc-gen, docs-app): generate "stable snapshot" for distTag=latest Martin Staffa 2017-10-16 18:55:12 +02:00
  • b990fa91cd chore(travis): split unit test jobs into 'core' and 'jquery' Martin Staffa 2017-10-23 12:53:36 +02:00
  • 202f1809ad chore(travis): fix deploy conditions Martin Staffa 2017-10-25 10:44:55 +02:00
  • 32fbb2e78f chore(travis): split unit test into 'core' and 'jquery' Martin Staffa 2017-10-23 12:53:36 +02:00
  • 17f7d8c5c8 docs(tutorial/step_14): replace broken web platform docs link Sagir Khan 2017-10-22 13:05:44 +05:30
  • 9ba07e974a docs(tutorial/step_14): replace broken web platform docs link Sagir Khan 2017-10-22 13:05:44 +05:30
  • dfcb5ac1e4 chore(travis): deploy to docs and code when distTag=latest Martin Staffa 2017-10-19 14:24:19 +02:00
  • 10b48094d7 chore(doc-gen, docs-app): generate "stable snapshot" for distTag=latest Martin Staffa 2017-10-16 18:55:12 +02:00
  • 1e8dd0e65c chore(travis): remove unnessecary addons Martin Staffa 2017-10-19 11:51:30 +02:00
  • b1a18ef381 chore(travis): unit-test latest & latest-1 Chrome, FF, Edge Martin Staffa 2017-10-18 13:52:47 +02:00
  • 3470ab5696 chore(doc-gen): add directive names that aren't params to usage section Martin Staffa 2017-10-18 13:29:50 +02:00
  • 0f0a16ec40 chore(travis): remove unnessecary addons Martin Staffa 2017-10-19 11:51:30 +02:00
  • 84294ec1fc chore(travis): unit-test latest & latest-1 Chrome, FF, Edge Martin Staffa 2017-10-18 13:52:47 +02:00
  • 69e0968309 chore(doc-gen): add directive names that aren't params to usage section Martin Staffa 2017-10-18 13:29:50 +02:00
  • 5d39a118df chore(node): update karma-sauce-launcher Martin Staffa 2017-10-16 11:51:00 +02:00
  • bf758d0bef chore(node): update karma-sauce-launcher Martin Staffa 2017-10-16 11:51:00 +02:00
  • 421a5856f8 docs(select.SelectController): fix example Martin Staffa 2017-10-13 16:57:21 +02:00
  • 85f40a15fb chore($resource): remove undocumented API Martin Staffa 2017-10-13 15:36:32 +02:00
  • 00936ad12b docs(select.SelectController): fix example Martin Staffa 2017-10-13 16:57:21 +02:00
  • 656c8fa8f2 fix(input): listen on "change" instead of "click" for radio/checkbox ngModels Martin Staffa 2017-10-13 15:39:53 +02:00
  • 5462373b5b chore($resource): remove undocumented API Martin Staffa 2017-10-13 15:36:32 +02:00
  • b919a2737e test(docs-app): access provider that is the same in 1.6 and master Martin Staffa 2017-10-11 18:40:40 +02:00
  • a675ea0343 feat($sanitize, $compileProvider, linky): add support for the "sftp" protocol in links Dmitriy 2017-10-11 16:10:07 +03:00
  • 8fb8d52664 docs(ngPattern): add option of specifying literal RegExp Martin Staffa 2017-10-09 12:20:35 +02:00
  • d60d904747 docs(ngInit): clarify when it's okay to use ngInit Martin Staffa 2017-10-09 12:19:47 +02:00
  • 62afb6204c docs(*): add / correct @-tags; fix headlines; add info Martin Staffa 2017-10-05 17:16:13 +02:00