| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-25 | docs(ngIf): fix typo | Balázs Suhajda | |
| Closes #4512 | |||
| 2013-10-25 | docs(tutorial/step-2): add beforeEach to load module | DanS | |
| The non-global controller test throws an error because the test does not know about the module and so can not find the controller. This change tells the test about the module so the test can find the controller. Closes #4489 | |||
| 2013-10-25 | style(injectorSpec): fix typo in "it" description | Arun Israel | |
| Closes #4483 | |||
| 2013-10-25 | docs(tutorial/step-5): fix wrong link to services guide | phamdt | |
| Closes #4477 | |||
| 2013-10-25 | docs(guide): rewrite guide landing page | Brad Green | |
| Change landing page to include a set of curated links with subject headings as a guide through Angular's docs and other resources. Closes #4470 | |||
| 2013-10-25 | docs(guide/e2e-testing): remove superfluous block of text | Maarten Stolte | |
| The removed block is repeated from the unit-testing guide and appears in an awkward place in this text. Closes #4456 | |||
| 2013-10-25 | docs(guide/expression): fix duplicate key error in example | mmieszek | |
| The example that demonstrates how to parse expressions can fail if you pass in the same expression twice. By using "track by $index" we can fix this. Closes #4472 | |||
| 2013-10-24 | chore(grunt): add jshint to the test task | Pete Bacon Darwin | |
| It is very easy to let jshint failures slip into the master build if the jshint task is not part of the standard local grunt tasks. | |||
| 2013-10-24 | docs(ngClass): fix typo | Sam Dornan | |
| Closes #4471 | |||
| 2013-10-24 | docs(rootScope): add example of using a listener function for $watch | Wesley Cho | |
| Closes #4451 | |||
| 2013-10-24 | chore(validate-commit-msg.js): increase the max line limit for commit ↵ | Igor Minar | |
| messages from 70 to 100 | |||
| 2013-10-24 | style($route): fix line length | Pete Bacon Darwin | |
| 2013-10-24 | fix($animate): skip unnecessary addClass/removeClass animations | Matias Niemelä | |
| Skip addClass animations if the element already contains the class that is being added to element. Also skip removeClass animations if the element does not contain the class that is being removed. Closes #4401 Closes #2332 | |||
| 2013-10-24 | docs(ngModelController): $parent can help isolate scope directives | basarat | |
| 2013-10-24 | docs(error/multidir): improve the sentence fluency | CloudDueling.com | |
| Closes #4449 | |||
| 2013-10-24 | docs($routeProvider): document route.resolve rejection | Josh Schumacher | |
| Add documentation that the $routeChangeError event is fired when a route resolve promise is rejected Closes #4447 | |||
| 2013-10-24 | docs(select): fix typo | wiebl | |
| Closes #4433 | |||
| 2013-10-24 | docs(tutorial/step_00): reword sentence to make sense | Walter Higgins | |
| Closes #4429 | |||
| 2013-10-24 | docs(ngBindHtml): add example | Nicolas Brugneaux | |
| Closes #4427 | |||
| 2013-10-24 | fix($compile): instantiate controlers when re-entering compilation | Igor Minar | |
| When we re-enter compilation either due to async directive templates or element transclude directive we need to keep track of controllers to instantiate during linking. This piece of info was missing when re-entering compilation and that's what this commit fixes. I also reordered the properties in the previousCompileContext object. Closes #4434 Closes #4616 | |||
| 2013-10-24 | docs(ngNonBindable): fix punctuation | Dave Peticolas | |
| Closes #4424 | |||
| 2013-10-24 | docs($provide): Fix typo | Pete Bacon Darwin | |
| Closes #4420 | |||
| 2013-10-24 | docs(modulerr): fix typo | G.H. Naylor | |
| Closes #4418 | |||
| 2013-10-24 | docs(tutorial/step-07): fix typo | Josh McAdams | |
| Closes #4410 | |||
| 2013-10-24 | docs(ngController): do not attach a controller twice | Tyler McGinnis | |
| A common mistake for beginners is to attach a controller in both the $routeProvider and also in the html document using the ng-controller directive. This change highlights this, to help prevent developers from doing so in the future. Closes #4409 | |||
| 2013-10-24 | chore(ngdocs): ensure the docs menu changes when browsing a different section | Matias Niemelä | |
| Closes #4619 | |||
| 2013-10-24 | fix(input): keep track of min/max attars on-the-fly | Dmitry Shirokov | |
| Now input[type=button] keeps track of both min and max attrs even if they change over time. | |||
| 2013-10-23 | chore(docs): fix jsHint errors with long lines | Matias Niemelä | |
| 2013-10-23 | docs(guide/directive,guide/compiler,): drastically improve | Brian Ford | |
| 2013-10-23 | chore(ngMocks): shorten the length of the description line to avoid jsHint ↵ | Matias Niemelä | |
| errors | |||
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 2013-10-23 | fix(ngView): ensure the new view element is placed after the old view element | Matias Niemelä | |
| Closes #4362 | |||
| 2013-10-23 | fix($animate): ensure animations work properly when the $rootElement is ↵ | Matias Niemelä | |
| being animated Closes #4397 Closes #4231 | |||
| 2013-10-23 | fix($animate): only cancel class-based animations if the follow-up class ↵ | Matias Niemelä | |
| contains CSS transition/keyframe animation code Closes #4463 Closes #3784 | |||
| 2013-10-22 | feat(ngdocs): add forward slash shortcut key for search bar | Matias Niemelä | |
| 2013-10-22 | fix(ngdocs): remove the side search bar | Matias Niemelä | |
| BREAKING CHANGE The side search bar on the docs page has been removed in favor of the top search bar. | |||
| 2013-10-22 | chore(travis): run jshint task on Travis | Vojta Jina | |
| 2013-10-22 | style: make jshint happy | Vojta Jina | |
| 2013-10-22 | chore(grunt): add jshint tasks | Pete Bacon Darwin | |
| 2013-10-22 | chore(Grunt): use the latest Content-Security-Policy header in csp mode | Igor Minar | |
| 2013-10-22 | fix: don't inline css in csp mode. | tigbro | |
| Also add `angular-csp.css` to the resulting build. | |||
| 2013-10-22 | fix(ngAnimate): fix cancelChildAnimations throwing exception | Grzegorz Lachowski | |
| fix ngAnimate throwing exception in cancelChildAnimations on deletion of element (ngAnimate's leave decorator) of repeated element when using ng-include on this element. Closes #4548 | |||
| 2013-10-21 | docs(ngCsp): pretty-format docs | Igor Minar | |
| 2013-10-21 | revert(validate-commit-msg): fix incorrect comment | Daniel Lamb | |
| Revert 581ec6be7d7e546a1c563906e1877498d7d655a2 since it was not valid. Closes #3952 | |||
| 2013-10-18 | fix(csp): fix csp auto-detection and stylesheet injection | Igor Minar | |
| When we refactored , we broke the csp mode because the previous implementation relied on the fact that it was ok to lazy initialize the .csp property, this is not the case any more. Besides, we need to know about csp mode during bootstrap and avoid injecting the stylesheet when csp is active, so I refactored the code to fix both issues. PR #4411 will follow up on this commit and add more improvements. Closes #917 Closes #2963 Closes #4394 Closes #4444 BREAKING CHANGE: triggering ngCsp directive via `ng:csp` attribute is not supported any more. Please use data-ng-csp instead. | |||
| 2013-10-18 | docs: correct broken links | Vojta Jina | |
| This also contains some whitespace corrections by my editor. | |||
| 2013-10-18 | chore(docs): generate header ids for better linking | Vojta Jina | |
| - generate ids for all headers - collect defined anchors - check broken links (even if the page exists, but the anchor/id does not) | |||
| 2013-10-18 | fix($injector): allow a constructor function to return a function | Vojta Jina | |
| This change makes `$injector.instantiate` (and thus `$provide.service`) to behave the same as native `new` operator. | |||
| 2013-10-15 | docs($rootScope): better document infinite digest and ttl | Igor Minar | |
| 2013-10-15 | fix($parse): check function call context to be safe | Chirayu Krishnappa | |
| Closes #4417 | |||
