| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-15 | chore(release): cut v1.2.9 releasev1.2.9 | jenkins | |
| 2014-01-15 | docs(changelog): release notes for 1.2.9 | Peter Bacon Darwin | |
| 2014-01-15 | fix(ngMock): ensure ngAnimate isn't a required mock | Matias Niemelä | |
| 2014-01-15 | chore($animate): remove Moz statements from requestAnimationFrame | Matias Niemelä | |
| 2014-01-14 | feat($animate): provide support for DOM callbacks | Matias Niemelä | |
| 2014-01-14 | feat($animate): use requestAnimationFrame instead of a timeout to issue a reflow | Matias Niemelä | |
| Closes #4278 Closes #4225 | |||
| 2014-01-14 | fix($animate): ensure the final closing timeout respects staggering animations | Matias Niemelä | |
| 2014-01-14 | chore($animate): remove useless and expired test | Matias Niemelä | |
| 2014-01-14 | fix($animate): prevent race conditions for class-based animations when ↵ | Matias Niemelä | |
| animating on the same CSS class Closes #5588 | |||
| 2014-01-14 | fix($animate): correctly detect and handle CSS transition changes during ↵ | Matias Niemelä | |
| class addition and removal When a CSS class containing transition code is added to an element then an animation should kick off. ngAnimate doesn't do this. It only respects transition styles that are already present on the element or on the setup class (but not the addClass animation). | |||
| 2014-01-14 | fix($animate): avoid accidentally matching substrings when resolving the ↵ | Matias Niemelä | |
| presence of className tokens | |||
| 2014-01-14 | docs(docs): preserve path to current doc page when switching versions | Sebastian Müller | |
| Preserve URL path when switching between doc versions. Closes #4661 Closes #5773 | |||
| 2014-01-13 | docs(provider): replaced coffeescript with comparable javascript example | Lukas Ruebbelke | |
| 2014-01-13 | fix($http): ensure default headers PUT and POST are different objects | Hendrixer | |
| Send PUT and POST through copy() to make sure they are not the same. Closes #5742 Closes #5747 Closes #5764 | |||
| 2014-01-13 | docs(tutorial): fix a typo | marcwright | |
| Closes #5769 | |||
| 2014-01-13 | docs(forEach): remove obsolte note | Igor Minar | |
| 2014-01-13 | docs(angular.forEach): specifies that .forEach filters using .hasOwnProperty | Mehul Patel | |
| Closes #5180 Closes #5776 | |||
| 2014-01-13 | docs(guide): fix a typo | Pop | |
| 2014-01-13 | docs(CONTRIBUTING.md): add link to coding rules | Frederik Creemers | |
| add a link insie the Submitting a Pull Request section | |||
| 2014-01-13 | revert: fix($route): update current route upon $route instantiation | Igor Minar | |
| This reverts commit 2b344dbd20777fb1283b3a5bcf35a6ae8d09469d. I think I merged this commit prematurely and in addition to that we found out that it's breaking google apps. Jen Bourey will provide more info at the original PR #5681 | |||
| 2014-01-13 | fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ↵ | Noam Lewis | |
| when decrementing ttl An infinite $digest loop can be caused by expressions that invoke a promise. The problem is that $digest does not decrement ttl unless it finds dirty changes; it should check also if asyncQueue is empty. Generally the condition for decrementing ttl should be the same as the condition for terminating the $digest loop. Fixes #2622 | |||
| 2014-01-11 | docs(tutorial): referenced test.bat for Windows users in step 2 | Leniel Macaferi | |
| Closes #5748 | |||
| 2014-01-11 | docs(ngView): moar better autoscroll docs | Igor Minar | |
| Closes #5734 | |||
| 2014-01-11 | docs(ngView): add param info | Gias Kay Lee | |
| Closes #5734 Closes #5741 | |||
| 2014-01-11 | docs(tutorial): add missing beforeEach(module()) to test | Seth Stone | |
| Test snippet was missing this necessary statement that was present in the sample code. Closes #5743 | |||
| 2014-01-10 | docs(api/index): fix typo | Roy Ling | |
| Closes #5738 | |||
| 2014-01-10 | docs($sce): corrected typo & markup. | jesse | |
| the --> that value --> `value` Closes #5735 | |||
| 2014-01-10 | fix($route): update current route upon $route instantiation | Daniel Zimmermann | |
| This fixes cases where the first ngView is loaded in a template asynchronously (such as through ngInclude), as the service will miss the first event otherwise. Closes #4957 | |||
| 2014-01-10 | docs(i18n): remove use of gendered pronoun | Jeff Cross | |
| 2014-01-10 | docs: update step_04.ngdoc with a clarification | Naomi Black | |
| closes #5730 | |||
| 2014-01-10 | docs: add clarification in step 2 of the tutorial | Naomi Black | |
| 2014-01-10 | chore(release): update cdn version | jenkins | |
| 2014-01-10 | chore(release): start v1.2.9 (1.2.9) | jenkins | |
| 2014-01-10 | chore(release): cut v1.2.8 releasev1.2.8 | jenkins | |
| 2014-01-10 | docs(changelog): release notes for 1.2.8 | Brian Ford | |
| 2014-01-10 | docs(select): update regexp grouping cheat-sheat | Ajay Roopakalu | |
| Update the regexp grouping comment to reflect the changes needed for multiline expressions in ng-options for <select>. Closes #5602 | |||
| 2014-01-10 | feat(select): allow multiline ng-options | Ajay Roopakalu | |
| This patch allows the ng-options value of a <select> element to span multiple lines, which would previously throw an error when used with filters. Closes #5602 | |||
| 2014-01-10 | fix($http): return responseText on IE8 for requests with responseType set | Igor Minar | |
| Closes #4464 Closes #4738 Closes #5636 | |||
| 2014-01-10 | docs: fix the 'view source' button for snapshots | Narretz | |
| Closes #5590 Closes #5641 | |||
| 2014-01-10 | docs(\$resource): fixed typo (s/seapph/search) | René Wilhelm | |
| Closes #5718 | |||
| 2014-01-10 | docs($location): fix link to $locationChangeSuccess event | Caitlin Potter | |
| Closes #5717 | |||
| 2014-01-09 | revert: fix($location): return '/' for root path in hashbang mode | Igor Minar | |
| This reverts commit 63cd873fef3207deef30c7a7ed66f4b8f647dc12. The change breaks existing tests of Google apps. The problem is that while we tried to avoid adding #/ to window.location.href unnecessarily we failed doing so. Likely because by setting $path, at some point (during a digest) we try to check if $location changed and we mistake the default '/' with an explicit settign of the path via the `path()` method. This results in us writing the url with '#/' into $browser.url() which updates the window.location by adding "#/" to the url - something we tried to avoid in the first place. I'll reopen PR #5712. | |||
| 2014-01-09 | test(docs): add protractor tests for docs app | Jeff Cross | |
| Closes #5437 | |||
| 2014-01-09 | chore(build): bugfix for script utils | Tobias Bosch | |
| 2014-01-09 | fix($location): return '/' for root path in hashbang mode | Caitlin Potter | |
| Before this change, on the root of the application, $location.path() would return the empty string. Following this change, it will always return a root of '/'. Closes #5650 Closes #5712 | |||
| 2014-01-09 | docs(tutorial): improve experiment instructions | Igor Minar | |
| Closes #5697 | |||
| 2014-01-09 | feat(build): add a grunt test for running protractor tests extracted from ↵ | Julie | |
| the docs | |||
| 2014-01-09 | fix(docs): Add missing whitespace | René Wilhelm | |
| 2014-01-09 | fix(docs): Update reference to `$routeProvider.otherwise` | stucash | |
| 2014-01-09 | fix(docs): Clarifying versions of IE that need special fixes | Craig Younkins | |
