| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-01-09 | chore(build): check cdn before executing the release-after-cdn script | Tobias Bosch | |
| 2014-01-09 | chore(build): add relase-after-cdn script | Tobias Bosch | |
| 2014-01-09 | fix($httpBackend): Allow status code 0 from any protocol | Rafał Jagoda | |
| Android 4.1 stock browser also returns status code 0 when a template is loaded via `http` and the application is cached using appcache. Fixes #1356. Closes #5547. | |||
| 2014-01-08 | feat(docs): adding the <doc:protractor> ngdoc-tag | Julie | |
| This is the first step in migrating tests from <doc:scenario> to <doc:protractor>. In-documentation examples with doc:protractor sections will have their contents output to a tab on the docs site as well as output to a standalone test file in build/docs/ptore2e. | |||
| 2014-01-08 | docs(script): add more detailed information | Gias Kay Lee | |
| Closes #5671 Closes #5676 | |||
| 2014-01-08 | fix($httpBackend): cancelled JSONP requests will not print error in the console | Artemy Tregubenko | |
| When you cancel a JSONP request, angular deletes the callback for it. However the script still executes, and since the callback is now deleted and undefined, the script throws an exception visible in the console. The quick fix for this is not to delete the callback, but replace it with `angular.noop`. Closes #5615 Closes #5616 | |||
| 2014-01-07 | docs($document): moar better description | Igor Minar | |
| Closes #5678 | |||
| 2014-01-07 | docs($document): improve the description | Igor Minar | |
| Closes #5678 | |||
| 2014-01-07 | chore(build): fix typo in release script | Tobias Bosch | |
| 2014-01-07 | refactor(booleanAttrs, ngSwitch): use link function instead of compile ↵ | Gias Kay Lee | |
| function where appropriate Replace two compile functions that immediately return a post-link function with link function definitions instead. Closes #5664 | |||
| 2014-01-07 | docs(directives): Fixed typo from HMTL to HTML in line 283 | Zhong Liang Ong | |
| HTML was mis-spelt as HMTL | |||
