Commit Graph

  • 7ccfe92bed fix(ngAnimate): allow removal of class that is scheduled to be added with requestAnimationFrame Martin Staffa 2016-06-22 12:35:24 +02:00
  • c434bde109 docs(ngReadonly): note input type restrictions Martin Staffa 2016-06-23 12:00:54 +02:00
  • a126fcfee3 feat($resource): pass the resource to a dynamic param functions Chirayu Krishnappa 2013-11-11 16:34:22 -08:00
  • aa8d783cff feat($resource): pass the resource to a dynamic param functions Chirayu Krishnappa 2013-11-11 16:34:22 -08:00
  • 22ec93be8f fix(ngAnimate): allow removal of class that is scheduled to be added with requestAnimationFrame Martin Staffa 2016-06-22 12:35:24 +02:00
  • f22af2b874 docs($http): fix a dangling link Peter Bacon Darwin 2016-06-22 10:17:05 +01:00
  • 2ca4170903 docs($compile): reorganize the life-cycle hooks docs Peter Bacon Darwin 2016-06-22 10:16:55 +01:00
  • fd57df1235 docs($compile): add additional runnable examples for the $doCheck hook Peter Bacon Darwin 2016-06-21 18:57:31 +01:00
  • 3010ed4ee5 fix($compile): ensure $doCheck hooks can be defined in the controller constructor Peter Bacon Darwin 2016-06-21 10:49:18 +01:00
  • de59ca7107 feat($compile): backport $doCheck Zach Bjornson 2016-05-23 18:31:21 -07:00
  • 99223a0278 docs($http): fix a dangling link Peter Bacon Darwin 2016-06-22 10:17:05 +01:00
  • b94626cb9b docs($compile): reorganize the life-cycle hooks docs Peter Bacon Darwin 2016-06-22 10:16:55 +01:00
  • e62e59f281 docs($compile): add additional runnable examples for the $doCheck hook Peter Bacon Darwin 2016-06-21 18:57:31 +01:00
  • 4c662e17a1 fix($compile): ensure $doCheck hooks can be defined in the controller constructor Peter Bacon Darwin 2016-06-21 10:49:18 +01:00
  • e235f20cc1 feat($compile): backport $doCheck Zach Bjornson 2016-05-23 18:31:21 -07:00
  • fa3214cfb8 refact($http): use the $jsonpCallbacks service Peter Bacon Darwin 2016-06-21 19:05:34 +01:00
  • a8cacfe938 feat($jsonpCallbacks): new service to abstract how JSONP callbacks are handled Peter Bacon Darwin 2016-06-17 20:23:02 +01:00
  • 78e1ba1ef9 refact($http): use the $jsonpCallbacks service Peter Bacon Darwin 2016-06-21 19:05:34 +01:00
  • 83b5ddb941 feat($jsonpCallbacks): new service to abstract how JSONP callbacks are handled Peter Bacon Darwin 2016-06-17 20:23:02 +01:00
  • 1a387ba5dd fix($timeout): make $flush handle new $timeouts added in $timeout callbacks Lucas Galfasó 2013-12-15 21:00:57 -03:00
  • 98e4a220fe fix(modules): allow modules to be loaded in any order when using angular-loader Georgios Kalpakas 2016-06-16 00:09:01 +03:00
  • 9001ae2822 docs(misc/downloading): mention ngMessageFormat Georgios Kalpakas 2016-06-17 20:44:12 +03:00
  • d406a15e8c fix(modules): allow modules to be loaded in any order when using angular-loader Georgios Kalpakas 2016-06-16 00:09:01 +03:00
  • 4585b939ea docs(misc/downloading): mention ngMessageFormat Georgios Kalpakas 2016-06-17 20:44:12 +03:00
  • c405f88bbc fix(ngTransclude): ensure that fallback content is compiled and linked correctly Peter Bacon Darwin 2016-06-16 13:46:58 +01:00
  • 159a68ec7b fix(ngTransclude): only compile fallback content if necessary Daniel Herman 2016-06-14 18:04:41 -04:00
  • 41f3269bfb fix(ngTransclude): ensure that fallback content is compiled and linked correctly Peter Bacon Darwin 2016-06-16 13:46:58 +01:00
  • b9a56d588f feat($q): implement $q.race Yihang Ho 2016-06-16 10:55:00 +08:00
  • 0ba14e1853 feat($q): implement $q.race Yihang Ho 2016-06-16 10:55:00 +08:00
  • f797f83cd6 feat($swipe): add pointer support Abdulkader 2016-06-16 15:15:20 +02:00
  • d9b42ddbbd feat($swipe): add pointer support Abdulkader 2016-06-16 15:15:20 +02:00
  • 6df970eb3c docs($resource): clarify how a @-prefix param is used Georgios Kalpakas 2016-06-17 00:43:25 +03:00
  • 7ab00f4c62 docs($resource): clarify how a @-prefix param is used Georgios Kalpakas 2016-06-17 00:43:25 +03:00
  • f88b4be92f docs(angular.mock.dump): remove incorrect statement Georgios Kalpakas 2016-06-17 00:25:16 +03:00
  • 02aef572a5 docs(angular.mock.dump): remove incorrect statement Georgios Kalpakas 2016-06-17 00:25:16 +03:00
  • a7bcc01581 refactor(input[number]): remove redandant second argument to parseFloat() Roman Rodych 2016-06-16 19:58:34 +03:00
  • 56b9b209ca refactor(input[number]): remove redandant second argument to parseFloat() Roman Rodych 2016-06-16 19:58:34 +03:00
  • ab526d5a52 style(indexPage.template.html): change bad punctuation in documentation footer Iain Apreotesei 2016-06-16 15:52:54 +01:00
  • 40ed8094d1 chore(changelog.js): don't add empty breaking change section Martin Staffa 2016-06-16 14:10:34 +02:00
  • fd6dc0b7d4 chore(changelog.js): don't add empty breaking change section Martin Staffa 2016-06-16 14:10:34 +02:00
  • 1a722f7b19 docs($compile): add link to transcludeFn description Martin Staffa 2016-06-15 15:39:35 +02:00
  • 4991207c7c chore(version-info): make online build compatible with Windows Martin Staffa 2016-06-15 15:12:30 +02:00
  • 33514ec384 feat(filterFilter): allow overwriting the special $ property name Georgios Kalpakas 2016-06-16 15:09:49 +03:00
  • 28bd20ed30 docs($interpolate): fix heading Georgios Kalpakas 2016-06-15 21:41:27 +03:00
  • c3bfd7f59d fix(ngOptions): don't duplicate groups with falsy values Martin Staffa 2016-06-15 19:39:16 +02:00
  • 553cccdb85 docs(CHANGELOG.md): add release notes for v1.5.7 Georgios Kalpakas 2016-06-15 19:11:01 +03:00
  • c7dd2c24f4 docs(guide/filters): clarify when filters are executed Martin Staffa 2016-06-15 16:55:22 +02:00
  • 2b182eb020 feat(filterFilter): allow overwriting the special $ property name Georgios Kalpakas 2016-06-16 15:09:49 +03:00
  • ff5f645b00 docs($interpolate): fix heading Georgios Kalpakas 2016-06-15 21:41:27 +03:00
  • 6bc81ae6ef fix(ngOptions): don't duplicate groups with falsy values Martin Staffa 2016-06-15 19:39:16 +02:00
  • bb4cd4a5ce docs(CHANGELOG.md): move entry from "Features" to "Bugs" Georgios Kalpakas 2016-06-15 20:06:03 +03:00
  • 458ac0b44c docs(CHANGELOG.md): add release notes for v1.5.7 Georgios Kalpakas 2016-06-15 19:11:01 +03:00
  • d16b60e0d3 docs(CHANGELOG.md): add release notes for v1.4.12 Georgios Kalpakas 2016-06-15 19:10:44 +03:00
  • 40b657b619 docs(guide/filters): clarify when filters are executed Martin Staffa 2016-06-15 16:55:22 +02:00
  • 356e6b18d6 docs($compile): add link to transcludeFn description Martin Staffa 2016-06-15 15:39:35 +02:00
  • 915e7a109c chore(version-info): make online build compatible with Windows Martin Staffa 2016-06-15 15:12:30 +02:00
  • 2adaff083f fix(ngTransclude): only compile fallback content if necessary Daniel Herman 2016-06-14 18:04:41 -04:00
  • fbf5aebda2 chore(version-info): add offline-build support Peter Bacon Darwin 2016-06-14 18:30:38 +01:00
  • ab35c16ccf chore(app.scenario): test docs app against production libraries Peter Bacon Darwin 2016-06-14 12:22:16 +01:00
  • 37b6a71678 chore(Gruntfile): kill the build if the CDN version was not found Peter Bacon Darwin 2016-06-14 11:44:37 +01:00
  • 857d78d17d chore(version-info): add offline-build support Peter Bacon Darwin 2016-06-14 18:30:38 +01:00
  • 16d915c045 chore(app.scenario): test docs app against production libraries Peter Bacon Darwin 2016-06-14 12:22:16 +01:00
  • 29f19f91fb chore(Gruntfile): kill the build if the CDN version was not found Peter Bacon Darwin 2016-06-14 11:44:37 +01:00
  • e79ebff223 docs(changelog.md): add 1.5.0-beta.0 entry Martin Staffa 2016-06-15 11:18:10 +02:00
  • 36b38e1355 docs($q): add note about optional arguments for promise.then() Wesley Cho 2016-06-13 08:19:39 -07:00
  • 3168d95793 docs(guide): add notes about using ngAttr for IE Wesley Cho 2016-06-13 08:18:35 -07:00
  • 538c63f057 docs($exceptionHandler): add missing end bracket in example Geoffrey Bauduin 2016-06-13 11:37:47 +02:00
  • a9a1461351 docs(ngOpen): add note about browser compatibility Wesley Cho 2016-06-13 02:21:03 -07:00
  • 02eaabc1c7 docs(changelog.md): add 1.5.0-beta.0 entry Martin Staffa 2016-06-15 11:18:10 +02:00
  • 29190f9318 revert: chore(version-info): disable remote requests when offline Peter Bacon Darwin 2016-06-14 20:42:48 +01:00
  • ca7d2b3b3f docs(ngMessageFormat): fix e2e test in example Peter Bacon Darwin 2016-06-14 19:19:31 +01:00
  • 81676f8323 style(ngMessageFormat): fix jscs whitespace error Peter Bacon Darwin 2016-06-14 18:51:36 +01:00
  • 6f9d07d9c7 chore(docsApp): don't display module components if none exist Martin Staffa 2016-06-14 15:57:56 +02:00
  • 5201b8146a docs(ngMessageFormat): move docs for $$messageFormat to module namespace. Martin Staffa 2016-06-14 14:57:41 +02:00
  • 6aa83d04b7 docs(ngMessageFormat): add more examples Martin Staffa 2016-06-14 14:10:43 +02:00
  • 8cd984866b docs(ngMessageFormat): fix e2e test in example Peter Bacon Darwin 2016-06-14 19:19:31 +01:00
  • b7f786e8a2 style(ngMessageFormat): fix jscs whitespace error Peter Bacon Darwin 2016-06-14 18:51:36 +01:00
  • 9575667946 chore(docsApp): don't display module components if none exist Martin Staffa 2016-06-14 15:57:56 +02:00
  • 9a7431c71b docs(ngMessageFormat): move docs for $$messageFormat to module namespace. Martin Staffa 2016-06-14 14:57:41 +02:00
  • a82a62e5a6 docs(ngMessageFormat): add more examples Martin Staffa 2016-06-14 14:10:43 +02:00
  • cfbe1a701a revert: fix($timeout): make $flush handle new $timeouts added in $timeout callbacks v1.5.7 Igor Minar 2016-06-14 08:08:25 -07:00
  • 9686f3a241 revert: "chore(version-info): disable remote requests when offline" Georgios Kalpakas 2016-06-13 20:44:51 +03:00
  • 4d350de038 docs($q): add note about optional arguments for promise.then() Wesley Cho 2016-06-13 08:19:39 -07:00
  • 116e1d7d17 docs(guide): add notes about using ngAttr for IE Wesley Cho 2016-06-13 08:18:35 -07:00
  • aa38ded59d chore(version-info): disable remote requests when offline Pete Bacon Darwin 2016-06-13 15:57:53 +01:00
  • 6a134605f1 chore(version-info): disable remote requests when offline Pete Bacon Darwin 2016-06-13 15:57:53 +01:00
  • 3ddf2f6f6f docs($exceptionHandler): add missing end bracket in example Geoffrey Bauduin 2016-06-13 11:37:47 +02:00
  • 9f68b0e29d docs(ngOpen): add note about browser compatibility Wesley Cho 2016-06-13 02:21:03 -07:00
  • 7551b8975a fix(ngMock/$httpBackend): fail if a url is provided but is undefined Peter Bacon Darwin 2015-09-07 13:33:51 +01:00
  • b03957f004 feat(limitTo): add support for array-like objects Wesley Cho 2016-05-30 21:57:15 -07:00
  • f467dc3dd5 feat(limitTo): add support for array-like objects Wesley Cho 2016-05-30 21:57:15 -07:00
  • 56f33af890 fix(ngMessages): create new scope for ngMessage, clean it up correctly Martin Staffa 2016-06-10 14:45:36 +02:00
  • 3360b44be6 fix(ngMessages): create new scope for ngMessage, clean it up correctly Martin Staffa 2016-06-10 14:45:36 +02:00
  • e9865654b3 feat($route): implement resolveRedirectTo Georgios Kalpakas 2016-05-27 13:16:25 +03:00
  • 41bea59eb7 chore(ngAnimate): delete an unused conditional statement CarlosMiguelDesarrollo 2016-03-20 11:26:32 -07:00
  • a84e3e7270 chore(ngAnimate): delete an unused conditional statement CarlosMiguelDesarrollo 2016-03-20 11:26:32 -07:00
  • 6d0dcca6f1 fix($routeProvider): do not deep-copy route definition objects Georgios Kalpakas 2016-06-09 23:56:25 +03:00
  • 53ab8bcde1 fix($routeProvider): do not deep-copy route definition objects Georgios Kalpakas 2016-06-09 23:56:25 +03:00
  • 04cad41d26 fix($compile): secure link[href] as a RESOURCE_URLs in $sce. Raphael Jamet 2016-05-27 14:13:09 +02:00
  • 3b4bfa1771 refactor(ngMock): extract browserTrigger from ngScenario Martin Staffa 2016-06-06 17:03:59 +02:00