| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-09-13 | docs(directive): remove reference to old isolation syntax | Miško Hevery | |
| 2012-09-11 | docs(guide): fix directive interpolation example code | Brian Ford | |
| Closes #1339 | |||
| 2012-09-06 | fix(*): name all anonymous watch functions in Angular | Shyam Seshadri | |
| This will allow us to see function names in Batarang and debugger. Closes #1119 | |||
| 2012-09-06 | docs(concept): correct example for creating injector | Misko Hevery | |
| 2012-09-06 | docs(module): fixed module example and corrected typos | Godmar Back | |
| 2012-09-06 | docs(module): myAppModule -> simpleAppModule | Jay Zeng | |
| 2012-09-04 | fix(docs): broken url to angular-bootstrap | Misko Hevery | |
| 2012-09-04 | chore(docs): don't rewrite colons in doc filenames | Igor Minar | |
| 2012-08-30 | docs(tutorial): correct typos and clarify a few sections | Fernando Correia | |
| 2012-08-30 | doc(misc) Mention how attribute names map to directive names. | brettcannon | |
| 2012-08-30 | doc(module) changed simpleApp to myApp in the Module page guide for consistency | Sahat Yalkabov | |
| 2012-08-30 | doc(devguide) - Fix typos and small grammatical errors in the developer guide. | Steve Nicolai | |
| 2012-08-30 | chore(docs): ask GAE to serve docs-keywords.js | Igor Minar | |
| 2012-08-30 | Loading from Google CDN | Uri Goldshtein | |
| As you guys had mansion, we can and need to do it through Google CDN for better performance, so i've updated it accordingly | |||
| 2012-08-30 | docs(typos): fix typos in dev guide | Tyson Benson | |
| 2012-08-30 | docs(api): fix typo on home page | phil | |
| Refference -> Reference | |||
| 2012-08-30 | Update docs/content/guide/overview.ngdoc | csugden | |
| Corrects video information | |||
| 2012-08-30 | fix(docs): Fix typos and improve grammar. | Jamie Krug | |
| 2012-08-30 | fix(docs): Fix bad links. | Jamie Krug | |
| 2012-08-30 | docs(module) fix typo | Colin Frei | |
| 2012-08-30 | chore(docs): correctly link docs images | Igor Minar | |
| 2012-08-28 | chore(docs): use symlinks to build docs | Igor Minar | |
| so that we can just edit source files without rebuilding docs. this works for all docs files, except for those that are generated or rewritten during build. | |||
| 2012-08-27 | doc(guide): add concepts | Misko Hevery | |
| 2012-08-27 | fix(ngdoc): failing test | Misko Hevery | |
| 2012-08-27 | doc(directive) correct typos | Colin Frei | |
| 2012-08-27 | doc(misc) updated getting started to reflect the new homepage | Misko Hevery | |
| 2012-08-27 | doc(guide) simplify the guide home page | Misko Hevery | |
| 2012-08-25 | chore(docs): support _escaped_fragment_ hack for crawler | Igor Minar | |
| 2012-08-24 | chore(docs): use GAE and Google CDN for docs | Igor Minar | |
| Short summary: if you use local node server everything should work as before, if you use GAE, everything should work now as well, but we pull assets from CDN. - GAE doesn't support ':' in filenames, so I had to replace it with '_' but only in the filename, all servers were reconfigured to rewrite the urls from : to _ when doing file lookup - We now pull angular assets from google CDN when deployed on GAE (locally or in production). When running on a non GAE server we pull assets from ../ directory as before - Since only certain versions of Angular are available on CDN and we want to be able to autodeploy docs, I had to pin down the Angular files to a "stable" version when running on GAE | |||
| 2012-08-23 | docs(tutorial): fix typo in step_00 | phil | |
| Just removed an extra comma. No big deal. | |||
| 2012-08-16 | fix(docs): update docs top menu links | Igor Minar | |
| 2012-08-12 | docs: fix broken links to $compileProvider.directive() | Vojta Jina | |
| 2012-08-10 | chore(ngDoc): add support for custom @usage metadata | Brian Ford | |
| 2012-08-10 | fix(docs): added note about using JSON3 as a polyfill for IE7 | Brian Ford | |
| 2012-08-10 | fix(docs): added note about needing JSON shim for IE7 and earlier | Brian Ford | |
