| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-03 | docs(guide/bootstrap): fix formatting | Brian Ford | |
| 2014-03-03 | docs(guide/services): rewrite services documentation | Brian Ford | |
| 2014-03-02 | docs(guide/templates): clarity | Brian Ford | |
| 2014-03-02 | docs(guide/expression): clarify | Brian Ford | |
| 2014-03-02 | docs(loader): remove duplicate "the" | Ole Michaelis | |
| Typo fixup Closes #6521 | |||
| 2014-03-02 | docs(ngView): rename controller suffix in ngView example | Gronblom Sam | |
| - According to https://github.com/angular/angular.js/blob/5bf81bc111a866ec65ef86c01336911e577df5df/docs/content/guide/controller.ngdoc#L166 Ctrl should be the suffix for a controller Closes #5817 | |||
| 2014-03-02 | docs($interval): cancel() takes a promise not a number | MikeMcElroy | |
| Closes #6485 | |||
| 2014-03-02 | docs(error/ng/btstrpd): note that loading angular.js twice can cause the error | amagee | |
| Closes #6502 | |||
| 2014-03-02 | docs(directives): ensure that the back-to-top directive resets location | Peter Bacon Darwin | |
| Closes #6512 Closes #6499 | |||
| 2014-03-02 | chore(package.json): update dgeni dependencies | Peter Bacon Darwin | |
| 2014-03-02 | docs(*): ensure jsdoc type expressions are valid | Peter Bacon Darwin | |
| 2014-03-02 | docs(guide/injecting-services): fix list formatting in Related* sections | Vlad GURDIGA | |
| Closes #5447 | |||
| 2014-03-02 | docs(loader): change 'MyModule' -> 'myModule' | Paolo Moretti | |
| Closes #5393 | |||
| 2014-03-02 | docs(ngMock): fixes in flush() documentation | thenickcox | |
| The docs for the `flush()` method contained a few grammatical errors and were awkwardly worded. Change the explanation of the method to remove errors and read more naturally. Closes #4886 | |||
| 2014-03-01 | chore(release): update cdn version | jenkins | |
| 2014-03-01 | docs(changelog): release notes for 1.2.14 feisty-cryokinesisv1.2.14 | Igor Minar | |
| 2014-03-01 | docs($sce/insecurl): mention port in the same origin policy | Michele Beltrame | |
| Closes #5759 The default trusted origin appears to be the same protocol+domain+port, non just protocol+domain. I patched the doc accordingly. | |||
| 2014-02-28 | style: enable jscs requireRightStickedOperators rule | Igor Minar | |
| 2014-02-28 | docs(forms): generated CSS classes for forms and inputs must have a ng prefix | Matias Niemelä | |
| 2014-02-28 | docs(input): update $parsers NgModelController doc | Jason Winnebeck | |
| Make it clear that the result of the $parsers pipeline is what goes to the model value. Closes #5708 | |||
| 2014-02-28 | docs(tutorial/step-05): fix path for 'phones.json' | Daniel | |
| Closes #5460 | |||
| 2014-02-28 | docs(ngAnimate): add missing 'super' to addClass | nosideeffects | |
| 2014-02-28 | fix($animate): delegate down to addClass/removeClass if setClass is not found | Matias Niemelä | |
| Closes #6463 | |||
| 2014-02-28 | feat($animate): animate dirty, pristine, valid, invalid for form/fields | Yves Brissaud | |
| Add css animations when form or field status change to/from dirty, pristine, valid or invalid. This works like animation system present with ngClass, ngShow, etc. Closes #5378 | |||
| 2014-02-27 | docs(core): update fromJson return values | linclark | |
| Dates are not returned, so remove Date from list of return values. Closes #3070 | |||
| 2014-02-27 | chore(triaging.md): update triaging guidelines | Brian Ford | |
| I removed the complexity metric as suggested by this blog post on triaging: http://www.lostgarden.com/2008/05/improving-bug-triage-with-user-pain.html (see The temptation to assign ‘cost’) Big thanks to @ashleygwilliams and @davidjnelson for their help and feedback! | |||
| 2014-02-27 | docs(guides/providers): fix typo | Pavel Pomerantsev | |
| Closes #5465 | |||
| 2014-02-27 | fix(jqLite): properly toggle multiple classes | Pawel Kozlowski | |
| Fixes #4467 Closes #6448 | |||
| 2014-02-27 | chore(qSpec): fix typos | Lajos Veres | |
| 2014-02-27 | chore(parseSpec): fix typo | Lajos Veres | |
| 2014-02-27 | chore(httpSpec): fix typo | Lajos Veres | |
| 2014-02-27 | chore(filtersSpec): fix typo | Lajos Veres | |
| 2014-02-27 | chore(ngRepeatSpec): fix typo | Lajos Veres | |
| 2014-02-27 | chore(AngularSpec): fix typo | Lajos Veres | |
| 2014-02-27 | chore(animate): fix typo in a comment | Lajos Veres | |
| 2014-02-27 | docs($sce): fix typo | Lajos Veres | |
| 2014-02-27 | docs($compile): fix typo | Lajos Veres | |
| 2014-02-27 | chore(scripts): fix typos in scripts/utils.inc | Lajos Veres | |
| 2014-02-27 | docs(changelog): fix typos | Lajos Veres | |
| 2014-02-26 | docs($injector): fix typo | desertapple | |
| Duplicate 'that' words present in the document, just remove one of them. Closes #6469 | |||
| 2014-02-26 | docs(guide/resource): add links to ngResource and $resource | Jan Hancic | |
| 2014-02-26 | docs(guide): add a new django tutorial | Mauro | |
| - add a link to a tutorial on intergrating angular and django | |||
| 2014-02-26 | docs(errors/infdig): add a common example | Brad Williams | |
| Mention common cause of error is binding to a new array on every $digest loop. Closes #6465 | |||
| 2014-02-26 | docs(guide/directive): update directive restrict options | pyriand3r | |
| - add missing 'C' restriction for class names | |||
| 2014-02-26 | docs(contribute): add table of contents to contributing doc | ashley williams | |
| - add linked list to top of document - add anchor elements to secondary headings closes #6287 | |||
| 2014-02-26 | fix($animate): ensure all comment nodes are removed during a leave animation | Matias Niemelä | |
| Closes #6403 | |||
| 2014-02-26 | chore(travis): add gitter config | Igor Minar | |
| 2014-02-26 | fix($animate): only block keyframes if a stagger is set to occur | Matias Niemelä | |
| Transitions must be blocked so that the initial CSS class can be applied without triggering an animation. Keyframes do not need to be blocked since animations are always triggered on the starting CSS class, however, if a stagger animation is set to occur then all elements for index > 0 should be blocked. This is to prevent the animation from occuring early on before the stagger delay for the given element has passed. With ngAnimate and keyframe animations, IE10 and Safari will render a slight flicker effect caused by the blocking. This fix resolves this issue. Closes #4225 | |||
| 2014-02-26 | fix(ngAnimate): TypeError Cannot call method 'querySelectorAll' in ↵ | Stanislav Sysoev | |
| cancelChildAnimations When an element containing both ng-repeat and ng-if directives attempts to remove any items from the repeat collection, the following error is thrown: "TypeError Cannot call method 'querySelectorAll' of undefined". This happens because the cancelChildAnimations code naively belives that the jqLite object always has an element node within it. The fix in this commit addresses to securely check to see if a node was properly extracted before any child elements are inspected. Closes #6205 | |||
| 2014-02-26 | fix($animate): ensure that animateable directives cancel expired leave ↵ | Matias Niemelä | |
| animations If enter -> leave -> enter -> leave occurs then the first leave animation will animate alongside the second. This causes the very first DOM node (the view in ngView for example) to animate at the same time as the most recent DOM node which ends up being an undesired effect. This fix takes care of this issue. Closes #5886 | |||
