Commit Graph

  • 71e6ccbca6 style($templateRequest): rename minError var to avoid name conflict Jason Bedard 2016-01-06 21:45:04 -08:00
  • 03c572551d style(ngModel,ngOptions): make use of declared but unused variables Jason Bedard 2016-01-06 21:44:13 -08:00
  • ac35b416fb style(*): remove unused variables Jason Bedard 2016-01-06 21:42:56 -08:00
  • 4ef0c7bac0 docs(guide/Services): add whitespace in code example Martin Staffa 2016-03-18 15:38:27 +01:00
  • 038eabe8db docs(error/tplrt): add missing ' in example code Huc Arnaud 2016-03-17 17:02:31 +01:00
  • 25bac4e520 docs(guide/Component Router): fix typo in example code Maxim Salnikov 2016-03-17 23:27:06 +01:00
  • fee7bac392 revert: fix($compile): do not add <span> elements to root text nodes Peter Bacon Darwin 2016-03-17 09:52:45 +00:00
  • dbb3b0f561 docs(CHANGELOG.md): add notes for v1.4.10 Georgios Kalpakas 2016-03-16 21:15:04 +02:00
  • 82a4545e77 docs(CHANGELOG.md): add notes for v1.4.10 Georgios Kalpakas 2016-03-16 21:15:04 +02:00
  • b8bfed6a52 tests(jQuery): make the tests pass on jQuery 3.0.0-beta1 Michał Gołębiowski 2016-03-14 22:59:35 +01:00
  • b8343e213f tests(jQuery): make the tests pass on jQuery 3.0.0-beta1 Michał Gołębiowski 2016-03-14 22:59:35 +01:00
  • 5b2f6fa91f tests(jQuery): test on both oldest & latest supported jQuery version Michał Gołębiowski 2016-03-13 23:22:13 +01:00
  • 867f1db04c chore(jqLite): stop patching the change jQuery special handler Michał Gołębiowski 2016-03-13 23:21:14 +01:00
  • c011215b7f refactor(jqLite): don't pass useCapture to add/removeEventListener Michał Gołębiowski 2016-03-13 23:20:02 +01:00
  • 7215a89e7d docs(CHANGELOG.md): fix typo in anchor name Georgios Kalpakas 2016-03-16 19:54:55 +02:00
  • 99f7302490 docs(CHANGELOG.md): fix typo in anchor name Georgios Kalpakas 2016-03-16 19:54:55 +02:00
  • b7cca56091 docs(CHANGELOG.md): add notes for v1.5.1 Georgios Kalpakas 2016-03-16 14:09:36 +02:00
  • 7338e433f8 docs(guide/component-router): fix incorrect hook name for $canActivate Josh Schneider 2016-03-14 14:19:36 -07:00
  • 208b84bef1 docs(guide/component-router): fix incorrect hook name for $canActivate Josh Schneider 2016-03-14 14:19:36 -07:00
  • 268e71eb8b chore(travis): update node and browser versions Peter Bacon Darwin 2016-03-16 11:03:52 +00:00
  • 119ed07d5a chore(travis): update node and browser versions Peter Bacon Darwin 2016-03-16 11:03:52 +00:00
  • 5f98ae8323 chore(package.json): fix up dist-tag Peter Bacon Darwin 2016-03-16 13:47:52 +00:00
  • 8a598b43bb chore(jenkins): update node version to 4.4 Peter Bacon Darwin 2016-03-16 10:31:48 +00:00
  • e5dff4cfbe chore(jenkins): fix node version chooser in build scripts Peter Bacon Darwin 2016-03-16 10:29:14 +00:00
  • 6c7a9cdd5f chore(*): Upgrade to Jasmine 2.4 Lucas Mirelmann 2016-03-13 13:20:30 +01:00
  • 3b34f762fe chore(build): 1.5 versions should stick to 1.5.x Matias Niemelä 2016-02-16 12:58:40 -08:00
  • fa167ba747 docs(guide/animations): fix code block styling Martin Staffa 2016-02-16 17:51:26 +01:00
  • a9bbfff44b chore(travis): update node and browser versions Peter Bacon Darwin 2016-03-16 11:03:52 +00:00
  • d2cc451b1a docs(CHANGELOG.md): add notes for v1.5.1 Georgios Kalpakas 2016-03-16 14:09:36 +02:00
  • 03e6fb3df5 chore(jenkins): fix node version chooser in build scripts Peter Bacon Darwin 2016-03-16 10:29:14 +00:00
  • 4fc9cf6289 chore(jenkins): update node version to 4.4 Peter Bacon Darwin 2016-03-16 10:31:48 +00:00
  • 693bf61546 chore(jenkins): update node version to 4.4 Peter Bacon Darwin 2016-03-16 10:31:48 +00:00
  • 511503ef3c chore(jenkins): fix node version chooser in build scripts Peter Bacon Darwin 2016-03-16 10:29:14 +00:00
  • eb16611c51 chore(*): Upgrade to Jasmine 2.4 Lucas Mirelmann 2016-03-13 13:20:30 +01:00
  • 8dee8f1b9e revert: fix(ngRoute): allow ngView to be included in an asynchronously loaded template v1.4.10 Matias Niemela 2016-03-14 16:24:36 -04:00
  • 1eef631ab5 revert: fix(ngMock): prevent memory leak due to data attached to $rootElement Matias Niemela 2016-03-14 16:00:52 -04:00
  • 2ef92c329b revert: feat(ngMock): destroy $rootScope after each test Matias Niemela 2016-03-14 16:00:35 -04:00
  • 1467e15bca revert: fix(ngMock): don't break if $rootScope.$destroy() is not a function Matias Niemela 2016-03-14 16:00:02 -04:00
  • 389349edc3 docs(guide/location): include section on base[href] Peter Bacon Darwin 2016-03-14 14:45:29 +00:00
  • a4e60cb697 docs(guide/location): include section on base[href] v1.5.1 Peter Bacon Darwin 2016-03-14 14:45:29 +00:00
  • 81150ac77d feat($parse): Allow user-defined literals Lucas Mirelmann 2016-03-07 23:14:32 +01:00
  • 7ecfa5deba docs(guide/Component Router): adjust the order in the menu lordg 2016-03-10 21:09:50 +02:00
  • 567f9b0136 chore: streamline issue/pr templates Martin Staffa 2016-03-10 15:17:30 +01:00
  • 0c2d3988ab docs(guide/component): use ctrl instead of this (for consistency) Thanos Korakas 2016-03-10 23:35:16 +02:00
  • efd448d7d3 docs(guide/unit-testing): fix typo Gordon Zhu 2016-03-08 11:01:15 -08:00
  • db281c133d refactor(*): use toBeUndefined consistently mohamed amr 2016-03-07 01:39:56 +02:00
  • 6a336ba6a0 docs(guide/component-router): initial draft for component router 0.2.0 Peter Bacon Darwin 2016-02-22 13:55:48 +00:00
  • 722e97e8e6 docs($provide): clarify value and constant injectability Martin Staffa 2016-03-04 10:01:38 +01:00
  • 67a98112e4 docs($provide): clarify value and constant injectability Martin Staffa 2016-03-04 10:01:38 +01:00
  • d3933a4181 docs(changelog, migration): add BC notice for allowed form name values Martin Staffa 2016-02-29 23:09:10 +01:00
  • f1aea54a9b docs(ngModel.NgModelController): fix typo Ciro Nunes 2016-03-01 17:18:41 +01:00
  • 663788d8c1 docs(changelog, migration): add BC notice for allowed form name values Martin Staffa 2016-02-29 23:09:10 +01:00
  • af0574ebaa feat(ngMock): add sharedInjector() to angular.mock.module Tim Ruffles 2016-02-20 14:57:19 +00:00
  • 4883e95797 refactor(*): move noop functions to angular.noop Ivo Mirra 2016-02-29 15:37:00 +00:00
  • 8d02b07af4 docs(errorDisplay): encode < and > in error messages Georgios Kalpakas 2016-02-13 23:03:57 +02:00
  • 24af9e2a6e test(docs): add tests for the errors module Georgios Kalpakas 2016-02-13 23:00:45 +02:00
  • 4879e49c93 refactor($compile): remove out of date jQuery vs jqLite comment/workaround Jason Bedard 2016-01-23 11:50:47 -08:00
  • 9c7c494c3e docs(errorDisplay): encode < and > in error messages Georgios Kalpakas 2016-02-13 23:03:57 +02:00
  • 321180af13 test(docs): add tests for the errors module Georgios Kalpakas 2016-02-13 23:00:45 +02:00
  • e2898c9436 refactor($compile): move setup/get controller methods out of the compile node closure Jason Bedard 2016-01-22 21:12:59 -08:00
  • c52d0957de refactor($compile): remove out of date jQuery vs jqLite comment/workaround Jason Bedard 2016-01-23 11:50:47 -08:00
  • aec25f1829 docs($http): fix typo in link text (TransformationjqLiks --> Transformations) Nabil Hashmi 2016-02-28 13:32:53 -05:00
  • 7bdc6cb358 docs($http): fix typo in link text (TransformationjqLiks --> Transformations) Nabil Hashmi 2016-02-28 13:32:53 -05:00
  • 2c54a3c081 fix(ngOptions): always set the 'selected' attribute for selected options Martin Staffa 2016-02-24 13:54:29 +01:00
  • f87e8288fb fix(ngOptions): always set the 'selected' attribute for selected options Martin Staffa 2016-02-24 13:54:29 +01:00
  • 9b1beb8e09 docs(guide/Interpolation): fix code example lordg 2016-02-27 18:20:29 +02:00
  • 681e6246e3 docs(guide/Services): improve the code example Georgii Dolzhykov 2016-02-27 01:01:36 +02:00
  • 13e2ea73b0 docs(guide/Templates): add title for consistency lordg 2016-02-27 17:44:31 +02:00
  • f5295ea448 docs(guide/interpolation): make some minor improvements, add info Martin Staffa 2016-02-28 15:06:11 +01:00
  • bb01b8bf89 docs(guide/Filters): add title for consistency lordg 2016-02-27 18:30:07 +02:00
  • 711aba7727 test(ngAria): remove incorrect closing div tag after input element mohamed amr 2016-02-27 20:23:38 +02:00
  • 5078c76c5d docs(guide/Interpolation): fix code example lordg 2016-02-27 18:20:29 +02:00
  • 30a7e3a144 docs(guide/Components): add missing $ctrl Matt Janssen 2016-02-26 15:44:27 -06:00
  • a6afa780b7 docs(guide/Services): improve the code example Georgii Dolzhykov 2016-02-27 01:01:36 +02:00
  • 3faa01fb15 docs(guide/Templates): add title for consistency lordg 2016-02-27 17:44:31 +02:00
  • 0f5bcb7356 docs(guide/interpolation): make some minor improvements, add info Martin Staffa 2016-02-28 15:06:11 +01:00
  • db1cf6d293 docs(guide/Filters): add title for consistency lordg 2016-02-27 18:30:07 +02:00
  • 6253de3913 test(ngAria): remove incorrect closing div tag after input element mohamed amr 2016-02-27 20:23:38 +02:00
  • 32feb2b45f refactor($compile): Create non-descriptive comments when debugInfoEnabled is false Lucas Mirelmann 2016-02-25 19:08:42 +01:00
  • 88322c1af8 fix(ngRoute): allow ngView to be included in an asynchronously loaded template Georgios Kalpakas 2016-02-19 21:13:52 +02:00
  • 5e37b2a7fd fix(ngRoute): allow ngView to be included in an asynchronously loaded template Georgios Kalpakas 2016-02-19 21:13:52 +02:00
  • 18f055eea5 docs($http): add a note about modifying data in transformRequest Martin Staffa 2016-02-24 14:26:10 +01:00
  • 0749eb44e5 docs($http): add a note about modifying data in transformRequest Martin Staffa 2016-02-24 14:26:10 +01:00
  • c900b9c531 docs(guide/security): provide more information about security features Peter Bacon Darwin 2016-02-24 13:19:05 +00:00
  • 6a4597b47d docs(guide/Internet Explorer Compatibility): Add ng-attr-type workaround for buttons in IE Steve Shaffer 2016-02-23 14:55:29 -08:00
  • d7cb37032b chore(ISSUE_TEMPLATE): fix typo in ISSUE_TEMPLATE Foxandxss 2016-02-24 12:15:46 +01:00
  • 76f47d5632 feat($controllerProvider): add a has() method for checking the existence of a controller Vadorequest 2016-02-22 22:58:52 +01:00
  • 24a7f28f1e fix(ngMock): don't break if $rootScope.$destroy() is not a function Georgios Kalpakas 2016-02-22 22:36:43 +02:00
  • 871bebf7dc fix(ngMock): don't break if $rootScope.$destroy() is not a function Georgios Kalpakas 2016-02-22 22:36:43 +02:00
  • 7e112c1fc3 feat($compile): add custom annotations to the controller Peter Bacon Darwin 2016-02-23 12:45:54 +00:00
  • 59aef48281 refactor(ngMock): make ngMock minification-safe Georgios Kalpakas 2016-02-18 01:32:54 +02:00
  • 2ffda41ab0 docs(guide/animations): fix typos in example marvin sl 2016-02-23 12:03:26 +01:00
  • 146f9c1611 docs(ngMock): add missing ")" in example Igor Dolgov 2016-02-23 14:31:59 +03:00
  • f70237a3e8 docs(ngMock): add missing ")" in example Igor Dolgov 2016-02-23 14:31:59 +03:00
  • 3c86212710 chore: add issue and PR templates Martin Staffa 2016-02-22 12:54:16 +01:00
  • e55829a1cd feat(ngMock): destroy $rootScope after each test Andy Gurden 2015-12-03 00:53:35 +00:00
  • 571e323f7d fix(ngMock): prevent memory leak due to data attached to $rootElement Georgios Kalpakas 2016-02-20 22:52:32 +02:00
  • 85ef70f428 fix(ngMock): prevent memory leak due to data attached to $rootElement Georgios Kalpakas 2016-02-20 22:52:32 +02:00
  • a7244fdcb0 docs(guide/component): fix $componentController usage anh 2016-02-21 03:17:25 +13:00
  • 565391d30a chore(travis): update Chrome and FF versions, add Safari 9 Martin Staffa 2016-01-29 15:08:29 +01:00