Commit Graph

  • a3962f0df3 fix(ngResource): make badcfg error message more helpful Caitlin Potter 2014-09-10 07:20:31 -04:00
  • 1b6d74cc9f fix(i18n): fix typo at i18n generation code Lucas Galfaso 2014-09-06 00:53:22 +02:00
  • eb4afd45f7 fix(i18n): fix typo at i18n generation code Lucas Galfaso 2014-09-06 00:53:22 +02:00
  • 1c8a7459c9 feat(limitTo): support numeric input to limitTo Reuben Doetsch 2014-09-05 08:32:54 -04:00
  • 6fd048a3b7 docs(tutorial/steps-11&12): add warning about bower conflict error Peter Bacon Darwin 2014-09-10 22:52:32 +01:00
  • 9cd272ac60 docs(tutorial/steps-11&12): add warning about bower conflict error Peter Bacon Darwin 2014-09-10 22:52:32 +01:00
  • 1a1ef62903 fix(ngModel): do not reset bound date objects Brian Ford 2014-08-29 13:44:08 -07:00
  • 3e51b84bc1 fix(input): always pass in the model value to ctrl.$isEmpty Tobias Bosch 2014-09-10 11:00:50 -07:00
  • 50cd3a4210 docs(tutorial): update step 7 to reference angular-phonecat Michael Silver 2014-08-21 13:46:32 -07:00
  • a0d6e64889 docs(tutorial): update step 7 to reference angular-phonecat Michael Silver 2014-08-21 13:46:32 -07:00
  • 57ac995b8b docs(ngResource): document steps to skip default json serialization/deserialization standup75 2014-08-22 09:18:39 -04:00
  • 1d36cff22e docs(ngResource): document steps to skip default json serialization/deserialization standup75 2014-08-22 09:18:39 -04:00
  • 56f09f0b44 perf($compile): move $$isolateBinding creation to directive factory instead of on each link Jason Bedard 2014-08-14 21:11:33 -07:00
  • 9314719d1e fix(ngModel): don’t clear the model when an external validator failed Tobias Bosch 2014-09-10 10:25:35 -07:00
  • 14183833f9 docs(angular.getTestability): unpublish the function as it is not public Peter Bacon Darwin 2014-09-10 18:53:15 +01:00
  • d307e77ff3 docs(angular.testability): add jsdoc marker to ensure it is included in docs Peter Bacon Darwin 2014-09-10 15:02:38 +01:00
  • f0d3722e07 docs(api/index): fix strange uses of the word namespace Peter Bacon Darwin 2014-09-10 14:30:28 +01:00
  • fb39e322ea docs(CHANGELOG.md): add upcoming breaking change Jeff Cross 2014-09-09 16:21:16 -07:00
  • d1318f7dc7 docs(CHANGELOG.md): fix wording and remove reverted change Jeff Cross 2014-09-09 16:20:20 -07:00
  • d396f42537 docs(CHANGELOG.md): add upcoming breaking change v1.2.24 Jeff Cross 2014-09-09 16:21:16 -07:00
  • 5ec900a125 docs(CHANGELOG.md): fix wording and remove reverted change Jeff Cross 2014-09-09 16:20:20 -07:00
  • 66503a6e18 docs(CHANGELOG.md): add changes for 1.3.0-rc.1 and 1.2.24 Jeff Cross 2014-09-09 15:14:15 -07:00
  • c54990ca6e docs(CHANGELOG.md): add changes for 1.3.0-rc.1 and 1.2.24 v1.3.0-rc.1 Jeff Cross 2014-09-09 15:14:15 -07:00
  • 3c538c1d21 feat(ngModelOptions): add allowInvalid option Shahar Talmi 2014-07-24 03:04:51 +03:00
  • 64c3b745fb fix(ngModel): update model value with async validators correctly Tobias Bosch 2014-09-09 12:03:27 -07:00
  • f94d551529 fix(ngModel): render immediately also with async validators Tobias Bosch 2014-09-09 12:01:15 -07:00
  • 9ad7d745ab refactor(ngModel): remove $$invalidModelValue and refactor methods Tobias Bosch 2014-09-09 10:56:42 -07:00
  • 90cd1e0a1b docs: add perf todo notes from #8515 Igor Minar 2014-09-09 22:36:35 +02:00
  • b3b476db7d perf($parse): remove getterFn wrapper for internal use Jason Bedard 2014-09-02 22:13:51 -07:00
  • 456dcb020b test($parse): adding benchmark for execution of $parse()ed expressions Jason Bedard 2014-09-04 22:11:30 -07:00
  • 7235329ff8 docs(ngModel): update breaking change from 1.3.0-beta.11 to 1.3.0-beta.12 Tobias Bosch 2014-09-09 12:38:18 -07:00
  • 2d8749e8c9 revert: "fix($compile): render nested transclusion at the root of a template" Jeff Cross 2014-09-09 11:08:05 -07:00
  • 06fa2868de revert: "fix($compile): render nested transclusion at the root of a template" Jeff Cross 2014-09-09 11:05:34 -07:00
  • b39e1d47b9 fix($parse): disallow passing Function to Array.sort Chirayu Krishnappa 2014-09-08 16:27:26 -07:00
  • bd8ad0fbe8 fix($parse): disallow passing Function to Array.sort Chirayu Krishnappa 2014-09-08 16:27:26 -07:00
  • 6639ca9d6b fix(ngInclude): correctly add svg-namespaced template content Caitlin Potter 2014-09-08 14:39:41 -04:00
  • 719f42e949 chore(.jshintrc): add jqLiteParseHTML to globals Caitlin Potter 2014-09-08 19:02:36 -04:00
  • 73916108f8 chore(.jshintrc): add jqLiteBuildFragment to globals Caitlin Potter 2014-09-08 18:58:02 -04:00
  • ed63733000 fix(ngRepeat): preserve original position of elements that are being animated away Igor Minar 2014-09-09 02:52:36 +02:00
  • f33a938545 chore(testabilityPatch): fix the dump fn so that it works with karma's debug.html Igor Minar 2014-09-09 12:42:27 +02:00
  • 01ef12884b test(animateSpec): remove unused variables Igor Minar 2014-09-09 12:30:42 +02:00
  • 732d72d991 test(ngRepeat): move an existing test into the right describe block Igor Minar 2014-09-09 02:16:45 +02:00
  • 77350209aa fix(ngRepeat): preserve original position of elements that are being animated away pr-8901 Igor Minar 2014-09-09 02:52:36 +02:00
  • ea19d1f11e chore(testabilityPatch): fix the dump fn so that it works with karma's debug.html Igor Minar 2014-09-09 12:42:27 +02:00
  • d3bf2561f6 test(animateSpec): remove unused variables Igor Minar 2014-09-09 12:30:42 +02:00
  • 5061d2c97c chore(npm-shrinkwrap): safely update karma to 0.12.23 Peter Bacon Darwin 2014-09-09 10:21:11 +01:00
  • 66103c8277 chore(npm-shrinkwrap): safely update karma to 0.12.23 Peter Bacon Darwin 2014-09-09 10:21:11 +01:00
  • fee8f1c07b chore(npm-shrinkwrap): fix karma dependencies Peter Bacon Darwin 2014-09-09 10:01:37 +01:00
  • a961291aa2 chore(npm-shrinkwrap): fix karma dependencies Peter Bacon Darwin 2014-09-09 10:01:37 +01:00
  • 624bb8a8b9 test(ngRepeat): move an existing test into the right describe block Igor Minar 2014-09-09 02:16:45 +02:00
  • 9ce4029430 perf($parse): remove getterFn wrapper for internal use Jason Bedard 2014-09-02 22:13:51 -07:00
  • 10b09dfc8a test($parse): adding benchmark for execution of $parse()ed expressions Jason Bedard 2014-09-04 22:11:30 -07:00
  • 6046e14bd2 refactor(ngModelController,formController): centralize and simplify logic Tobias Bosch 2014-09-04 17:50:26 -07:00
  • 2a5af502c5 docs($location): clarify guide regarding link handling Tobias Bosch 2014-09-03 09:28:04 -07:00
  • 9bedeb3353 perf(extend): remove use of forEach to remove calls/closures/passing arguments Jason Bedard 2014-09-02 23:15:09 -07:00
  • df9e60c8e7 feat(angular.forEach): add the array/object as the 3rd param like the native array forEach Jason Bedard 2014-06-15 13:09:59 -07:00
  • 41cec4d680 refactor(select): remove code duplication Igor Minar 2014-09-08 16:58:47 +02:00
  • 3068d8e52a docs($filter): remove duplicate documentation of register method Peter Bacon Darwin 2014-09-08 14:31:32 +01:00
  • d2dd3581a9 docs(form): move param tag outside of main description Peter Bacon Darwin 2014-09-08 14:31:32 +01:00
  • 53feb272be chore(bower): refactor bower usage Peter Bacon Darwin 2014-09-08 14:31:32 +01:00
  • 408508ad29 chore(package.json): tidy up dependencies Peter Bacon Darwin 2014-09-08 14:31:32 +01:00
  • ece7d19115 chore(clean-shrinkwrap): chokidar is fixed since 0.8.2 Peter Bacon Darwin 2014-09-05 19:48:38 +02:00
  • 0f3ea45d73 docs($filter): remove duplicate documentation of register method Peter Bacon Darwin 2014-09-08 10:14:17 +01:00
  • cddd48fe20 docs(form): move param tag outside of main description Peter Bacon Darwin 2014-09-08 10:14:17 +01:00
  • be3b62cd09 chore(bower): refactor bower usage Peter Bacon Darwin 2014-09-08 10:14:17 +01:00
  • 40308e5935 chore(package.json): tidy up dependencies Peter Bacon Darwin 2014-09-08 09:50:47 +01:00
  • f6aa1c5561 perf(jQuery): only trigger $destroy if a handler exists Jason Bedard 2014-08-29 23:11:04 -07:00
  • 43c67ccd16 perf($parse): removing references to Parser/Lexer from parsed expressions Jason Bedard 2014-09-01 20:42:35 -07:00
  • 1cfd49ddf0 refactor($parse): simplifying some while(true) loops Jason Bedard 2014-09-01 19:48:57 -07:00
  • 907b8c1675 perf($parse): calculate array lengths once at start of loop Jason Bedard 2014-08-31 13:59:55 -07:00
  • 432aa9e4e4 refactor($parse): adding function names for easier debugging Jason Bedard 2014-08-31 13:55:04 -07:00
  • b95dabb881 refactor($parse): simplifying multi-statement execution Jason Bedard 2014-08-30 23:48:33 -07:00
  • 992101da10 refactor($http): simplify buildUrl function Pawel Kozlowski 2014-09-05 19:48:38 +02:00
  • 0f3adece3b refactor($http): simplify buildUrl function Pawel Kozlowski 2014-09-05 19:48:38 +02:00
  • e322cd9b3b fix(ngModelOptions): do not trigger digest on setViewValue if debouncing Shahar Talmi 2014-08-30 00:02:16 +03:00
  • 47f42ecf45 test(orderBy): remove IE8 incompatible test code Peter Bacon Darwin 2014-09-05 19:46:40 +01:00
  • fd995abc9a chore(tests): fix up test for protractor 1.2.0 update Julie Ralph 2014-09-05 11:16:18 -07:00
  • 5f9a9747d2 chore(tests): update Protractor to v1.2.0 Julie Ralph 2014-09-05 10:02:57 -07:00
  • b3b672130d fix(ngAnimate): support removing classes from SVG elements when using jQuery Caitlin Potter 2014-09-02 18:04:19 -04:00
  • 8b5d33dab8 chore(tests): update Protractor to v1.2.0 Julie Ralph 2014-09-05 10:02:57 -07:00
  • 94b0f2d35d fix(orderBy): allow arrayLike objects to be ordered Vitali Tsevan 2014-09-05 12:48:49 +03:00
  • cbdaabfb59 fix(orderBy): allow arrayLike objects to be ordered Vitali Tsevan 2014-09-05 12:48:49 +03:00
  • 3471fedfbc refactor(indexOf) Remove a now unused copy of the indexOf function Rouven Weßling 2014-09-04 23:25:36 +02:00
  • c12e8d4665 fix($location): don't call toString on null values Jeff Cross 2014-09-04 17:16:11 -07:00
  • c3a58a9f34 fix($location): don't call toString on null values Jeff Cross 2014-09-04 17:16:11 -07:00
  • c65796d496 fix($location): remove an unused parameter of $location.url thorn0 2014-08-28 23:45:21 +03:00
  • 99d95f1639 fix($location): remove an unused parameter of $location.url thorn0 2014-08-28 23:45:21 +03:00
  • 34b43eab5f docs($location): update search description to include number param John Reilly 2014-08-26 10:17:01 +01:00
  • 48e66cff40 docs($location): update search description to include number param John Reilly 2014-08-26 10:17:01 +01:00
  • 9d9cdfb575 fix($compile): render nested transclusion at the root of a template Peter Bacon Darwin 2014-09-04 13:27:19 +01:00
  • 68a09ba74d fix($location): allow numeric location setter arguments Pawel Kozlowski 2014-04-19 10:50:54 +02:00
  • adb5c6d6cc fix($location): allow numeric location setter arguments Pawel Kozlowski 2014-04-19 10:50:54 +02:00
  • 239d0b1f49 docs(guide): add sortOrder to each page Peter Bacon Darwin 2014-09-04 17:15:26 +01:00
  • 4e04c73cd3 chore(docs): enable page ordering by @sortOrder tag Peter Bacon Darwin 2014-09-04 16:48:35 +01:00
  • b01a03c1b9 docs(guide): add sortOrder to each page Peter Bacon Darwin 2014-09-04 16:49:16 +01:00
  • 43e0dc2dfe chore(docs): enable page ordering by @sortOrder tag Peter Bacon Darwin 2014-09-04 16:48:35 +01:00
  • 976da56d50 test(ngModel): add missing tests for ngMin/ngMax for date inputs Matias Niemelä 2014-09-04 10:48:49 -04:00
  • 088545c185 fix(ngModel): properly parse min/max date values as strings for date inputs Matias Niemelä 2014-09-04 10:21:17 -04:00
  • b350283503 fix(ngModel): revalidate the model when min/max expression values change for date inputs Matias Niemelä 2014-09-03 15:42:44 -04:00
  • 25541c1f87 fix(ngModel): consider ngMin/ngMax values when validating number input types Matias Niemelä 2014-09-03 15:12:47 -04:00