| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-30 | chore: move getBlockElements to Angular.js | Brian Ford | |
| 2013-10-30 | fix(ngIf): ngIf removes elements dynamically added to it | Brian Ford | |
| When using ngIf with ngInclude on the same element, ngIf previously did not remove elements added by ngInclude. Similarly, when using ngIfStart/End, ngIf will miss elements added between the start/end markers added after ngIf is linked. This commit changes the behavior of ngIf to add a comment node at the end of its elements such that elements between the starting comment and this ending comment are removed when ngIf's predicate does not hold. | |||
| 2013-10-30 | feat(Angular.js): add externs file for Closure Compiler | Martin Probst | |
| This adds an (incomplete) externs file for use with the Closure Compiler. Users can pass this as -extern to the compiler pass to get type checking and protect their AngularJS use against property renaming in advanced compilation mode. | |||
| 2013-10-30 | docs(api): fix broken links | Pete Bacon Darwin | |
| 2013-10-30 | docs(api): fix broken links | Fred Sauer | |
| Closes #4705 | |||
| 2013-10-30 | docs(guide/injecting-services): fix indentation in example | Adam Bowen | |
| Closes #4714 | |||
| 2013-10-30 | docs($route): split over-length line | Pete Bacon Darwin | |
| 2013-10-30 | docs(tutorial): add instructions to install karma plugins | Renan Ivo | |
| 2013-10-30 | docs($route): change example module name | Andrew Jackson | |
| The name of the example module is `ngView`, which might cause needless confusion. Changed name to `ngViewExample`, which should make it clearer. Closes #4702 | |||
| 2013-10-30 | docs(guide/e2e-testing): fix typo | El Juli | |
| Closes #4700 | |||
| 2013-10-30 | docs(api): improve grammar | JoeLeCodeur | |
| Closes #4690 | |||
| 2013-10-30 | docs(CONTRIBUTING.md): add more info for contributors | Pete Bacon Darwin | |
| Closes #4636 | |||
| 2013-10-30 | docs(guide/understanding_controller): correct grammar | andre | |
| Add the word "to" to improve grammar. Closes #4698 | |||
| 2013-10-28 | fix($animate): use direct DOM comparison when checking for $rootElement | Matias Niemelä | |
| Closes #4679 | |||
| 2013-10-28 | fix($animate): ensure former nodes are fully cleaned up when a follow-up ↵ | Matias Niemelä | |
| structural animation takes place Closes #4435 | |||
| 2013-10-28 | docs(guide/directive): fix myDraggable for zoomed page | Gabor Csizmadia | |
| If you have zoomed into the page in your browser then the screen coordinate system no longer matches the page coordinate system. To ensure that dragged elements work correctly when zoomed we should use pageX/pageY rather than screenX/screenY. Closes #4687 | |||
| 2013-10-28 | docs(guide): improve links to books | Pete Bacon Darwin | |
| Nested bullet points don't appear very nicely so resorted to nested heading for the Learning Resources and in particular Books sections. Closes #4677 | |||
| 2013-10-28 | docs(guide): add link to book | Christopher Hiller | |
| 2013-10-28 | docs($provide): fix link to factory section | Pete Bacon Darwin | |
| 2013-10-28 | fix($animate): ensure enable/disable animations work when the document node ↵ | Matias Niemelä | |
| is used Closes #4669 | |||
| 2013-10-28 | feat(ngAnimate): provide support for staggering animations with CSS | Matias Niemelä | |
| 2013-10-28 | docs(guide/compiler): fixed a typo | royling | |
| Closes #4674 | |||
| 2013-10-28 | fix(angular-mocks): add inline dependency annotation | Derek Hammer | |
| Annotation allows the angular-mocks to be minified, which sometimes happens with frameworks that automatically process files before running tests. Also, some developers have been using this library in code for their applications. This is not recommended as the library is only designed to support testing and not production applications. If you are likely to want to use the code here in production you would be best forking and maintaining your own version of the code as we will not guarantee that we won't break the annotation of the code in the future. Closes #4448 | |||
| 2013-10-28 | fix($compile): don't instantiate controllers twice for element transclude ↵ | Igor Minar | |
| directives This is a fix for regression introduced last week by faf5b980. Closes #4654 | |||
| 2013-10-28 | style(compileSpec): reorder and cleanup tests for $compile's transclusion ↵ | Igor Minar | |
| feature | |||
| 2013-10-27 | docs(tutorial/index): fix git clone URL | Pete Bacon Darwin | |
| Closes #4536 | |||
| 2013-10-27 | docs($resource): fix typo | Jarrett Harris | |
| Closes #4670 | |||
| 2013-10-27 | docs(guide/e2e-testing): callout ngmodel vs attr | netpoetica | |
| Add note that `input()` fn matches ng-model instead of HTML name attribute. About five users on forums were snagged by this assumption: http://docs.angularjs.org/guide/dev_guide.e2e-testing#comment-898079915 Closes #4655 | |||
| 2013-10-27 | docs(form): fix typo | Yuriy Bilogub | |
| Close #4671 | |||
| 2013-10-27 | chore(ngdocs): improve the docs search placeholder text | Matias Niemelä | |
| 2013-10-27 | docs(guide/ie): fix typo | Leif Halvard Silli | |
| The escaping of the colon in the example CSS is incorrect. Replace `ng\\:view {` with `ng\:view {` Closes #4570 | |||
| 2013-10-26 | docs($location): document $location's events | Valentyn Shybanov | |
| Closes #1569 Closes #4446 | |||
| 2013-10-26 | docs(guide/unit-testing): fix typo | gabriel-tessier | |
| Closes #4601 | |||
| 2013-10-26 | docs(error/compile/tplrt): split long lines | Pete Bacon Darwin | |
| 2013-10-26 | docs(error/compile/tplrt): clarify and grammar | gdennie | |
| Closes #4503 | |||
| 2013-10-26 | Clarification stemming from my own issues | gdennie | |
| It is instructive to give literal examples that reflect common (my) experience of the problem. :) | |||
| 2013-10-26 | docs(guide/compiler): clarify wording | Pete Bacon Darwin | |
| Closes #4668 | |||
| 2013-10-26 | docs(guide/compiler): fix typo | douglascalhoun | |
| Closes #4667 | |||
| 2013-10-26 | docs(guide/e2e-testing): add note about Protractor replacement | Preston Marshall | |
| Add a note to warn people starting new projects about Protractor replacing the current ngScenario way of doing E2E testing. Closes #4644 | |||
| 2013-10-26 | docs(api/index): improve grammar | @supercobra | |
| Closes #4648 | |||
| 2013-10-26 | docs(guide/directive): correct reference to myDir rather than ngBind | Joe Grund | |
| Closes #4647 | |||
| 2013-10-26 | docs(guide/overview): improve grammar and readability | George Bonner | |
| Closes #4639 | |||
| 2013-10-26 | docs(guide/understanding_controller): apply a more intuitive metaphor | Andrew Stuart | |
| The BabyCtrl was a bit confusing and GrandChildCtrl seems to make more sense with the whole "scope inheritance" concept. Closes #4634 | |||
| 2013-10-26 | docs(tutorial/step-11): add missing dependencies | Sean Fahey | |
| Closes #4633 | |||
| 2013-10-26 | docs($q): promises are no longer automatically unwrapped, by default | rjferguson21 | |
| Although it is still possible to turn this on, the feature is deprecated and it is best to remove this mention completely here. Closes #4632 | |||
| 2013-10-26 | docs(guide/directive): improve wording | Pete Bacon Darwin | |
| 2013-10-26 | docs(Angular.js): angular.equals calls itself recursively on objects | thorn0 | |
| Closes #4622 | |||
| 2013-10-26 | docs(http): add missing brace in the 2nd interceptors example | mgechev | |
| Closes #4621 | |||
| 2013-10-26 | docs(guide/directive): we are registering directives, not controllers | Joey Organisak | |
| Closes #4615 | |||
| 2013-10-26 | docs(ngForm): ensure correct attribute name in usage example | David Bennett | |
| Closes #4611 | |||
