Commit Graph

  • a9db6073c9 docs($http): fix a typo (his --> this) cloverharvest 2016-04-13 18:35:33 -07:00
  • 41f90e5fb0 docs($http): fix a typo (his --> this) cloverharvest 2016-04-13 18:35:33 -07:00
  • b4c7df3713 docs($http): fix a typo (his --> this) cloverharvest 2016-04-13 18:35:33 -07:00
  • a85c591d36 docs(component): document 'require' in angular.component Adam Demuri 2016-04-13 13:35:20 -06:00
  • 1f05b96022 docs(component): document 'require' in angular.component Adam Demuri 2016-04-13 13:35:20 -06:00
  • c4fb0eca92 docs(CHANGELOG): add release notes for 1.5.4 Peter Bacon Darwin 2016-04-14 09:13:48 +01:00
  • f276ad0d51 docs(CHANGELOG): add release notes for 1.5.4 v1.5.4 Peter Bacon Darwin 2016-04-14 09:13:48 +01:00
  • 33f817b99c feat($componentController): provide isolated scope if none is passed (#14425) Pete Bacon Darwin 2016-04-13 18:11:20 +01:00
  • 2840aec8f1 feat($componentController): provide isolated scope if none is passed (#14425) Pete Bacon Darwin 2016-04-13 18:11:20 +01:00
  • 6a4124d0fb perf(ngOptions): use documentFragment to populate select Martin Staffa 2016-04-09 11:06:02 +02:00
  • 97b3e003bc perf(ngOptions): use documentFragment to populate select Martin Staffa 2016-04-09 11:06:02 +02:00
  • 26d1b34321 docs(ngView): add known issue about asynchronously loaded ngView Georgios Kalpakas 2016-04-13 14:29:24 +03:00
  • 7fba6b603f revert: "fix(ngRoute): allow ngView to be included in an asynchronously loaded template" Georgios Kalpakas 2016-04-13 14:06:34 +03:00
  • f785c0c98d docs(ngView): add known issue about asynchronously loaded ngView Georgios Kalpakas 2016-04-13 14:29:24 +03:00
  • 75bf80700e revert: "fix(ngRoute): allow ngView to be included in an asynchronously loaded template" Georgios Kalpakas 2016-04-13 14:06:34 +03:00
  • e48e27aa2b test(ngAnimate): fix jasmine syntax Martin Staffa 2016-04-13 04:00:26 -07:00
  • 832b383cbc perf($compile): use createMap() for directive bindings to allow fast forEach Jason Bedard 2015-08-08 21:53:52 -07:00
  • c115b37c33 perf($compile): use createMap() for directive bindings to allow fast forEach Jason Bedard 2015-08-08 21:53:52 -07:00
  • fe1127a322 perf($compile): use createMap() for directive bindings to allow fast forEach Jason Bedard 2015-08-08 21:53:52 -07:00
  • c4bff290e5 fix(ngAnimate): fire callbacks when document is hidden Martin Staffa 2016-03-14 19:22:20 +01:00
  • 55b00148dd test(ngAnimate): test calling callbacks for various constellations Martin Staffa 2016-03-14 19:08:12 +01:00
  • 23550b5e27 fix(ngAnimate): fire callbacks in the correct order for certain skipped animations Martin Staffa 2016-03-14 18:49:41 +01:00
  • 709dc1cf0e docs(images): add svg and visio versions of the graffle image Peter Bacon Darwin 2016-04-12 14:19:55 +01:00
  • 3207b51e83 docs(guide): add svg and visio versions of the graffle images Peter Bacon Darwin 2016-04-12 14:16:43 +01:00
  • e818d4a959 docs(tutorial): add svg and visio versions of the graffle images Peter Bacon Darwin 2016-04-12 14:13:33 +01:00
  • 97d2a08c5a docs(Module): fix parameter names for .decorator() Georgii Dolzhykov 2016-04-12 01:24:17 +03:00
  • d20ba95e28 docs(Module): fix parameter names for .decorator() Georgii Dolzhykov 2016-04-12 01:24:17 +03:00
  • 1c62d632a5 docs(Module): fix parameter names for .decorator() Georgii Dolzhykov 2016-04-12 01:24:17 +03:00
  • 7f6efb2822 docs(guide/scope): add comma for readability aortyl 2016-04-11 11:20:08 -04:00
  • 7945e5010a docs(guide/scope): add comma for readability aortyl 2016-04-11 11:20:08 -04:00
  • 761c70c7b9 docs(guide/scope): add comma for readability aortyl 2016-04-11 11:20:08 -04:00
  • 21d148aedc refactor($compile): move setting of controller data to single location Jason Bedard 2015-11-28 13:24:03 -08:00
  • 83a6b15020 refactor($compile): move setting of controller data to single location Jason Bedard 2015-11-28 13:24:03 -08:00
  • 4c8aeefb62 fix($compile): do not use noop() as controller for multiple components Georgios Kalpakas 2016-04-09 16:03:18 +03:00
  • 9264cef03f fix($compile): do not use noop() as controller for multiple components Georgios Kalpakas 2016-04-09 16:03:18 +03:00
  • d384834fde fix($injector): ensure functions with overridden toString() are annotated properly a510 2016-04-01 23:13:35 +02:00
  • a0b5e1a858 fix($injector): ensure functions with overridden toString() are annotated properly a510 2016-04-01 23:13:35 +02:00
  • b50867001b fix(ngClass): fix watching of an array expression containing an object David Rodenas Pico 2016-04-10 00:22:50 +02:00
  • f975d8d448 fix(ngClass): fix watching of an array expression containing an object David Rodenas Pico 2016-04-10 00:22:50 +02:00
  • 74eb4684dc fix(ngClass): fix watching of an array expression containing an object David Rodenas Pico 2016-04-10 00:22:50 +02:00
  • 2602daf993 refactor($compile): remove unnecessary call to isDefined() Georgios Kalpakas 2016-04-11 12:31:45 +03:00
  • d088fbeae3 refactor($compile): remove unnecessary call to isDefined() Georgios Kalpakas 2016-04-11 12:31:45 +03:00
  • 8b9ce885d3 docs(numberFilter): fix the description of the returned value Gene McCulley 2016-04-10 11:44:03 -04:00
  • 9f681c459a docs(numberFilter): fix the description of the returned value Gene McCulley 2016-04-10 11:44:03 -04:00
  • ee8d8e12fb docs(numberFilter): fix the description of the returned value Gene McCulley 2016-04-10 11:44:03 -04:00
  • d9448dcb9f fix($compile): still trigger $onChanges even if the inner value already matches the new value Peter Bacon Darwin 2016-04-10 16:05:34 +01:00
  • 4a0bd6ce69 fix($compile): still trigger $onChanges even if the inner value already matches the new value Peter Bacon Darwin 2016-04-10 16:05:34 +01:00
  • 5d695e5566 chore(IE8): remove more special code for IE8 Rouven Weßling 2014-10-07 22:55:54 +02:00
  • 56dae6fa1b fix(ngMock): fix collecting stack trace in inject() on IE10+, PhantomJS Jurko Gospodnetić 2015-12-19 17:31:49 +01:00
  • e9c718a465 fix(ngMock): fix collecting stack trace in inject() on IE10+, PhantomJS Jurko Gospodnetić 2015-12-19 17:31:49 +01:00
  • 92c3b753d4 fix(ngMock): fix collecting stack trace in inject() on IE10+, PhantomJS Jurko Gospodnetić 2015-12-19 17:31:49 +01:00
  • 4dc44f7205 test(helpers): fix error message generation for toHaveBeenCalledOnce[With] matchers Georgios Kalpakas 2016-03-19 00:08:20 +02:00
  • a084030afa test(helpers): fix error message generation for toHaveBeenCalledOnce[With] matchers Georgios Kalpakas 2016-03-19 00:08:20 +02:00
  • 499e1b2adf fix($compile): handle boolean attributes in @ bindings Jan Niehusmann 2016-02-17 17:40:01 +01:00
  • 1cb8d529a6 fix($compile): handle boolean attributes in @ bindings Jan Niehusmann 2016-02-17 17:40:01 +01:00
  • 28c6c4dae2 docs(jqlite): add known issue Peter Bacon Darwin 2016-04-08 19:31:37 +01:00
  • 791148a328 chore(package.json): update dgeni-packages to 0.12.0 Peter Bacon Darwin 2016-04-08 20:58:19 +01:00
  • 0348347841 chore(package.json): update dgeni-packages to 0.12.0 Peter Bacon Darwin 2016-04-08 20:58:19 +01:00
  • d405dfd5ed docs(jqlite): add known issue Peter Bacon Darwin 2016-04-08 19:31:37 +01:00
  • 01b1845088 feat($http): support handling additional XHR events Peter Bacon Darwin 2016-04-04 13:48:43 +01:00
  • 56c861c9e1 feat($http): support handling additional XHR events Chris Chua 2015-07-22 00:10:59 -07:00
  • d497822266 feat($http): support handling additional XHR events Peter Bacon Darwin 2016-04-04 13:48:43 +01:00
  • 50cdedef36 feat($http): support handling additional XHR events Chris Chua 2015-07-22 00:10:59 -07:00
  • 8dc08fb1d7 docs(CONTRIBUTING): clarify guidelines for ngLocale changes Martin Staffa 2016-04-08 19:22:39 +02:00
  • 7477fbec61 docs(README): fix typo Martin Staffa 2016-04-08 19:00:20 +02:00
  • 451e0f6175 docs(README): fix typo Martin Staffa 2016-04-08 19:00:20 +02:00
  • aee7f1c72f docs(guide/accessibility): make jshint happy Martin Staffa 2016-04-08 18:55:06 +02:00
  • a479e6543e docs(guide/accessibility): make jshint happy Martin Staffa 2016-04-08 18:55:06 +02:00
  • b89c2181a9 fix($compile): move check for interpolation of on-event attributes to compile time Jason Bedard 2015-11-06 00:25:29 -08:00
  • 5fe28a0422 docs(README): add https links, improve style Pablo Iván G. Soto 2015-10-29 19:42:45 -06:00
  • 6b57198cb4 docs(README): add https links, improve style Pablo Iván G. Soto 2015-10-29 19:42:45 -06:00
  • 9978de11b7 fix(ngAria): don't add roles to native control elements mohamed amr 2016-02-28 22:01:39 +02:00
  • f56586d9a9 docs(guide/Accessibility): fix markdown errors, tweak layout Martin Staffa 2016-04-08 17:29:26 +02:00
  • ec0baadcb6 feat(ngAria): add support for aria-readonly based on ngReadonly mohamed amr 2016-02-28 23:06:44 +02:00
  • 9147d5c04a docs(ngComponentRouter): add note about shims needed for IE Martin Staffa 2016-04-07 14:44:44 +02:00
  • d449ec83a6 docs(guide/Accessibility): fix markdown errors, tweak layout Martin Staffa 2016-04-08 17:29:26 +02:00
  • ae0a716000 feat(ngAria): add support for aria-readonly based on ngReadonly mohamed amr 2016-02-28 23:06:44 +02:00
  • eee2ef6e9d docs(ngComponentRouter): add note about shims needed for IE Martin Staffa 2016-04-07 14:44:44 +02:00
  • cb801378c9 docs(ngComponentRouter): fix typo Josh 2016-04-08 08:08:32 -04:00
  • 79604f4628 fix(ngAnimate): remove event listeners only after all listeners have been called Martin Staffa 2016-03-29 16:56:39 +02:00
  • bf6cb8ab0d feat(ngAnimate): let $animate.off() remove all listeners for an element Martin Staffa 2016-03-29 19:57:30 +02:00
  • 0cbe7fbfc4 docs(ngComponentRouter): fix typo Josh 2016-04-08 08:08:32 -04:00
  • f8e6a4bcba fix(ngAnimate): remove event listeners only after all listeners have been called Martin Staffa 2016-03-29 16:56:39 +02:00
  • ea4120bf35 feat(ngAnimate): let $animate.off() remove all listeners for an element Martin Staffa 2016-03-29 19:57:30 +02:00
  • de74b3fd85 docs(guide/Components): fix small single letter typo Andrew 2016-04-07 07:40:00 -07:00
  • c7a92d2a9a fix(ngAnimate): fire callbacks when document is hidden Martin Staffa 2016-03-14 19:22:20 +01:00
  • da284fc354 test(ngAnimate): test calling callbacks for various constellations Martin Staffa 2016-03-14 19:08:12 +01:00
  • 90da3059ce fix(ngAnimate): fire callbacks in the correct order for certain skipped animations Martin Staffa 2016-03-14 18:49:41 +01:00
  • c75fb80333 docs(guide/Components): fix small single letter typo Andrew 2016-04-07 07:40:00 -07:00
  • 2b327f01be fix(ngAnimate): fire callbacks when document is hidden Martin Staffa 2016-03-14 19:22:20 +01:00
  • 19eca35c72 test(ngAnimate): test calling callbacks for various constellations Martin Staffa 2016-03-14 19:08:12 +01:00
  • eb2126a388 fix(ngAnimate): fire callbacks in the correct order for certain skipped animations Martin Staffa 2016-03-14 18:49:41 +01:00
  • 651fd05eca docs(angular.equals): add example SHAHRUKH-KHAN 2016-03-14 12:38:24 +05:30
  • 85d7e09bef docs(ngAnimate): fix toggle button in example glenr4 2016-04-07 10:34:25 +10:00
  • 243a57648b docs(misc/Getting Started): fix markdown for headings andykuszyk 2016-03-31 16:15:19 +01:00
  • 158dec330c docs(ngComponentRouter): fix a typo Maciej Kołodziejczak 2016-04-01 14:28:38 +02:00
  • a1e63c8d4a docs(guide/Components): clarify output events with extra example and note Andrew 2016-04-03 18:06:12 -07:00
  • 8cc9978d15 docs(guide/Components): fix typo, improve style Artur 2016-04-06 16:16:36 +03:00
  • 78a404da0e docs($httpBackend): update response data types Robin Janssens 2016-03-30 13:45:33 +01:00
  • 796c11116d docs(angular.equals): add example SHAHRUKH-KHAN 2016-03-14 12:38:24 +05:30