| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-29 | docs(tutorial): fix typo | radu | |
| Update docs/content/tutorial/step_00.ngdoc removed redundant verb | |||
| 2013-01-18 | docs(contribute): adding npm install to step-by-step | Will Moore | |
| npm install is listed in the dependencies section of the contribute guide but is missing from the step-by-step. This adds it as step 4. | |||
| 2013-01-18 | docs(cookbook): change prototype methods to scope methods in Buzz | Amir H. Hajizamani | |
| As explained in 'Understanding the Controller Component', Controllers written for new (post 1.0 RC) versions of Angular need to add methods to the scope directly, not the function's prototype. Correcting this example should remove any ambiguity, especially for beginners. | |||
| 2013-01-18 | docs(guide): change prototype methods to scope methods in DI examples | Amir H. Hajizamani | |
| As explained in 'Understanding the Controller Component', Controllers written for new (post 1.0 RC) versions of Angular need to add methods to the scope directly, not the function's prototype. Correcting this example should remove any ambiguity, especially for beginners. | |||
| 2013-01-17 | doc(guide): Fixed typos at the unit tests guide | Shai Reznik | |
| 2013-01-17 | doc(guide): Fix examples of $location.html5mode | Shai Reznik | |
| 2013-01-17 | docs: recommend using Google CDN | Daniel Demmel | |
| 2013-01-17 | docs(guide): minor grammar fixes | Matt Rohrer | |
| 2013-01-17 | chore(docs): use done() instead of end() in gen-docs.js | Igor Minar | |
| 2013-01-13 | doc(directive): Fix typos in dialog widget | Lucas Galfasó | |
| Fixes #1799 | |||
| 2013-01-09 | Update docs/content/misc/faq.ngdoc | naomiblack | |
| Updated the canonical video to a recent one. Fixed a typo. | |||
| 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 | |
| 2012-12-31 | docs(guide): change example controller to properly call greet method on greeter | Matt Hardy | |
| 2012-12-19 | docs(guide): minor English corrections to the Directive guide | John Fletcher | |
| 2012-12-18 | docs(directive): old syntax | Miško Hevery | |
| 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-10 | docs(guide): fix injector service code example | Romain Neutron | |
| Fix syntax and update code to the latest API | |||
| 2012-12-08 | docs(tutorial): typo fix commandx -> command | Eric Case | |
| 2012-12-07 | doc(concepts): Fix typo in $render() function | János Rusiczki | |
| 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-21 | docs(): Fix a couple of typos in the documentation | Kris Jenkins | |
| 2012-11-17 | docs(guide/concepts): some typo/grammar fixes | Dave Clayton | |
| 2012-11-17 | docs(guide/directive): fix typo | John Hume | |
| 2012-11-11 | docs(guide): fix run-on sentence in modules guide | Jamison Dance | |
| 2012-11-11 | docs(tutorial): change module name in step-7 | Jamison Dance | |
| 2012-11-11 | docs(guide/directive): fix names in scope '='; easier to grok | Tim Macfarlane | |
| 2012-11-11 | chore(docs): fix docs-scenario.html | Igor Minar | |
| 2012-11-11 | chore(docs): remove obsolete gae files | Igor Minar | |
| 2012-11-05 | Update docs/content/guide/directive.ngdoc | Miško Hevery | |
| docs(directive): fix typo | |||
| 2012-10-31 | chore(testacular): use local testacular version | Sudhir Jonathan | |
| Making testacular a dependency to avoid having to install it globally. (Causes npm issues on some machines) | |||
| 2012-10-31 | docs(guide/location): fix table formatting | Fred Sauer | |
| Fix table formatting so headings are bold, rows are separated by lines, and rows have :hover style | |||
| 2012-10-31 | docs(module): fix typo in example | Tim Macfarlane | |
| fixed example app, `simpleAppModule` should have been `myAppModule`. | |||
| 2012-10-31 | docs(contribute): fix task name for continuous testing | Daniel Luz | |
| 2012-10-31 | fix(docs): correctly generate filenames for plunkr/fiddle | Igor Minar | |
| previously examples like $http where broken because we would strip part of the filename (http-hello.html -> http) we really want to strip only the id suffix that we append to disambiguate common filenames (like index.html) which appear in many examples. | |||
| 2012-10-31 | feat(docs): add plunkr support | Shyam Seshadri | |
| Add option to edit source in Angular Docs in Plunkr in addition to JsFiddle | |||
| 2012-10-31 | fix(doc): typo on FAQ | Daniel Luz | |
| Closes #1493 | |||
| 2012-10-26 | doc(faq): Add Common Pitfalls section | Braden Shepherdson | |
| Describes several common pitfalls new users of Angular fall into that I've observed in #angularjs. | |||
| 2012-10-26 | doc(faq): Fix minor spelling and wording errors | Braden Shepherdson | |
| 2012-10-19 | docs(contribute): add CLA note to code submission section | Igor Minar | |
| 2012-10-19 | docs(contribute): add visible link to github project | Igor Minar | |
| 2012-10-18 | docs(tutorial): replace JsTD with Testacular + drop snapshots | Igor Minar | |
| JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. | |||
| 2012-10-05 | fix(doc): disable directory listing in docs.angularjs.org | Misko Hevery | |
| 2012-10-05 | docs(downloading): update the downloading docs | Igor Minar | |
| 2012-09-17 | docs: load angular from CDN only on production | Vojta Jina | |
| So that when running the docs locally, eg. during e2e testing, we use the latest build version of angular, rather than the stable one from CDN. This fixes e2e tests running with Testacular. | |||
| 2012-09-16 | docs(contribute): update contribute docs | Igor Minar | |
| 2012-09-15 | docs(contribute): update misc/contribute docs with Testacular info | Igor Minar | |
