| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-30 | docs(tutorial): add instructions to install karma plugins | Renan Ivo | |
| 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(guide/understanding_controller): correct grammar | andre | |
| Add the word "to" to improve grammar. Closes #4698 | |||
| 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(guide/compiler): fixed a typo | royling | |
| Closes #4674 | |||
| 2013-10-27 | docs(tutorial/index): fix git clone URL | Pete Bacon Darwin | |
| Closes #4536 | |||
| 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 | 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(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(guide/directive): improve wording | Pete Bacon Darwin | |
| 2013-10-26 | docs(guide/directive): we are registering directives, not controllers | Joey Organisak | |
| Closes #4615 | |||
| 2013-10-26 | docs(ngdoc.js): fix usage to display attributes as dash-case | David Bennett | |
| Closes 4611 | |||
| 2013-10-25 | docs(guide/bootstrap): fix typo | Artemy Tregubenko | |
| Closes #4578 | |||
| 2013-10-25 | docs(tutorial/step-7): add doctype directive to example | Jesse Palmer | |
| Closes #4552 | |||
| 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 | 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 | docs(error/multidir): improve the sentence fluency | CloudDueling.com | |
| Closes #4449 | |||
| 2013-10-24 | docs(tutorial/step_00): reword sentence to make sense | Walter Higgins | |
| Closes #4429 | |||
| 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 | chore(ngdocs): ensure the docs menu changes when browsing a different section | Matias Niemelä | |
| Closes #4619 | |||
| 2013-10-23 | docs(guide/directive,guide/compiler,): drastically improve | Brian Ford | |
| 2013-10-23 | feat(docs): provide index pages for each angular module | Matias Niemelä | |
| 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-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-15 | docs($rootScope): better document infinite digest and ttl | Igor Minar | |
| 2013-10-14 | docs(guide/animations): improve wording of sentence | David Gonzalez | |
| Closes #4405 | |||
| 2013-10-14 | docs(guide/directive): improve readability and grammar. | sflahave | |
| Closes #4386 | |||
| 2013-10-14 | docs(cookbook/deeplinking): fix typo | David Gonzalez | |
| 2013-10-14 | docs(tutorial/step-07): fix typo | commonlisp | |
| Closes #4390 | |||
