| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-08 | fix(jqLite): make next() ignore non-element nodes | Keyamoon | |
| next() is supposed to return the next sibling *element* so it should ignore text nodes. To achieve this, nextElementSibling() should be used instead of nextSibling(). | |||
| 2013-01-08 | fix($injector): remove bogus fn arg | Igor Minar | |
| getService fn takes only one argument, removing the second one. Closes #1711 | |||
| 2013-01-08 | refactor($browser): remove faulty 20+ cookies warning | Igor Minar | |
| the warning is defunct (and the test is incorrect) so obviously nobody is using it and it just takes up space. also the browser behavior varies (ff and chrome allow up to 150 cookies, safari even more), so it's not very useful. Closes #1712 | |||
| 2013-01-08 | revert: fix(a): prevent Opera from incorrectly navigating on link click | Igor Minar | |
| This reverts commit c81d8176cc55cd15acae05259ead73f90a01f0b7. This commit causes several issues (#1651, #1674, #1662) and doesn't even contain a test that proves that anything on Opera got actually fixed. If the original Opera resurfaces, we'll fix it properly. | |||
| 2013-01-07 | docs(guide): fix typos in unit test guide | kim lokoy | |
| 2013-01-05 | docs(forms): fix code example for a custom form control | Pawel Kozlowski | |
| Closes #1021 | |||
| 2013-01-04 | docs(faq): add info on logo reuse and how to get t-shirts and stickers | naomiblack | |
| 2013-01-04 | docs(form): minor form doc and example fixes | Jonathan Card | |
| Form documentation fixes: - Fix broken form example in docs - A few small other corrections in form docs. | |||
| 2013-01-03 | docs($http): clarify documentation on error status codes | Per Rovegård | |
| Modify the documentation for $http to correspond to what Angular considers a success status code. Closes #1693 | |||
| 2012-12-31 | docs(guide): change example controller to properly call greet method on greeter | Matt Hardy | |
| 2012-12-20 | feat($timeout-mock): add verifyNoPendingTasks method | petrovalex | |
| added verifyNoPendingTasks method, which throws error if not all deferred tasks have been flushed Closes #1245 | |||
| 2012-12-19 | docs(anchorScroll): correct word "location" | Murilo da Silva | |
| 2012-12-19 | docs(guide): minor English corrections to the Directive guide | John Fletcher | |
| 2012-12-19 | feat(limitTo): limitTo filter accepts strings | Jeremy Tymes | |
| This allows strings to be filtered by limitTo, using the same methods Closes #653 | |||
| 2012-12-18 | docs(directive): old syntax | Miško Hevery | |
| 2012-12-18 | feat(directive): ng:keydown, ng:keyup | Mark Nadig | |
| New directives for binding to keydown and keyup events. Closes #1035 | |||
| 2012-12-17 | docs(ngView): fix code example (change template to templateUrl) | Pawel Kozlowski | |
| Closes #1715 | |||
| 2012-12-14 | docs(q): added testing information | Miško Hevery | |
| 2012-12-14 | fix($route): correctly extract $routeParams from urls | Gonzalo Ruiz de Villa | |
| Routes like '/bar/foovalue/barvalue' matching '/bar/:foo/:bar' now are well mapped in $routeParams to: {bar:'barvalue', foo:'foovalue'} Closes: #1501 Signed-off-by: Gonzalo Ruiz de Villa <gonzaloruizdevilla@gmail.com> | |||
| 2012-12-11 | feat(docs): Add angularjs tag to plunks and make private | ggoodman | |
| This is a minor edit to allow Plunks created by way of the docs.angularjs.org site to be appropriately tagged as `angularjs`. Also, make these generated Plunks private by default. | |||
| 2012-12-11 | docs(README.md): add missing 'you' and a comma | Peter Evjan | |
| 2012-12-10 | docs(guide): fix injector service code example | Romain Neutron | |
| Fix syntax and update code to the latest API | |||
| 2012-12-09 | docs($resource): document port number escaping and fix typo | Juha Syrjälä | |
| Closes #1243 | |||
| 2012-12-08 | docs(tutorial): typo fix commandx -> command | Eric Case | |
| 2012-12-07 | docs($q): typo fix - programing -> programming | Eric Case | |
| 2012-12-07 | doc(concepts): Fix typo in $render() function | János Rusiczki | |
| 2012-12-06 | docs($http): fix link typo in $http doc | Jeremy Tymes | |
| Should be $httpBackend instead of $httpBacked Closes #1516 | |||
| 2012-12-06 | docs(mocks): update src/ngMock/angular-mocks.js documentation | Fred Sauer | |
| Clarify how to use `$exceptionHandlerProvider.mode('log')` in tests | |||
| 2012-12-06 | docs(mocks): fix documentation bug: angular.mock.debug | Fred Sauer | |
| 2012-12-05 | chore(bootstrap-prettify): update urls to code.angularjs.org | Igor Minar | |
| Closes #1599 | |||
| 2012-12-05 | fix(select): support optgroup + select[multiple] combo | _pants | |
| Closes #1553 | |||
| 2012-12-01 | feat(e2eRunner): fail when an option to select does not exist | Stephane Bisson | |
| 2012-12-01 | fix($injector): provider can now be defined in the array format | Sudhir Jonathan | |
| `injector.instantiate` is now called for arrays too, instead of only for functions. Closes #1452 | |||
| 2012-11-30 | fix($resource): HTTP method should be case-insensitive | Sudhir Jonathan | |
| Perform call `angular.uppercase` on all given action methods. Closes #1403 | |||
| 2012-11-30 | refactor($resource): fix indentation and move a method definition | Cezar Berea | |
| Moved Resource.bind out of the actions forEach | |||
| 2012-11-30 | fix(Scope): ensure that a scope is destroyed only once | Igor Minar | |
| Due to bd524fc4 calling $destroy() on a scope mupltiple times cases NPE. Closes #1627 | |||
| 2012-11-29 | docs(directive): correct expression, fix typo and re-wrap lines | Daniel Luz | |
| 2012-11-29 | fix(docs): add missing </div> tag to sourceEdit directive template | Johannes Hansen | |
| 2012-11-28 | docs(menu): fix the navbar drop down links | Igor Minar | |
| 2012-11-28 | feat($resource): allow dynamic default parameters | Pascal Corpet | |
| Default resource params can now be calculated at runtime if defined via a function. | |||
| 2012-11-28 | chore(release): start 1.1.2 tofu-animation iteration | Igor Minar | |
| 2012-11-27 | chore(release): cutting the 1.1.1 pathological-kerning releasev1.1.1 | Igor Minar | |
| 2012-11-27 | docs(CHANGELOG): release notes for 1.0.3 and 1.1.1 releases | Igor Minar | |
| 2012-11-26 | fix($http): only set X-XSFR-TOKEN header for same-domain request | Rado Kirov | |
| This is needed to prevent CORS preflight checks. The XSFR token is quite useless for CORS requests anyway. BREAKING CHANGE: X-XSFR-TOKEN is no longer send for cross domain requests. This shouldn't affect any known production service. Closes #1096 | |||
| 2012-11-26 | fix($http): remove 'X-Requested-With' from header defaults | Rado Kirov | |
| X-Requested-With header is rarely used in practice and by using it all the time we are triggering preflight checks for crossdomain requests. We could try detecting if we are doing CORS requests or not, but it doesn't look like it's worth the trouble. BREAKING CHANGE: X-Requested-With header is not set by $http service any more. If anyone actually uses this header it's quite easy to add it back via: ``` myAppModule.config(['$httpProvider', function($httpProvider) { $httpProvider.defaults.headers.common["X-Requested-With"] = 'XMLHttpRequest'; }]); ``` Closes #1004 | |||
| 2012-11-26 | fix($location): reset $location.$$replace with every watch call | Rado Kirov | |
| Closes #1111 | |||
| 2012-11-26 | chore(validate-commit-msg): recognize 'revert' as valid commit type | Igor Minar | |
| 2012-11-26 | fix(ngClassOdd/ngClassEven): support shrinking/reordering in repeaters | Igor Minar | |
| We need to watch $index in addition to cssClasses because only then we can correctly respond to shrinking or reordered repeaters. Closes #1076 | |||
| 2012-11-26 | style(jqLite): better variable names | Igor Minar | |
| selector => cssClasses | |||
| 2012-11-26 | fix(ngRepeat): support mostly-stable repeating for primitives | Igor Minar | |
| I'm reverting changes that were originally done to ngRepeat to fix #933, because these are now not necessary after the previous changes to keep ngModel always synced with the DOM. | |||
