| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-08-07 | docs(faq): update faq docs | Igor Minar | |
| 2012-08-06 | docs(styles): fix the cog icon alignment | Igor Minar | |
| 2012-07-30 | docs(guide): hide scenario for directive example | Vojta Jina | |
| scenario test for this example would be tricky, we need to teach the runner how to inject mocks first. | |||
| 2012-07-30 | docs: fix icons | Vojta Jina | |
| Copy fontawesome during build | |||
| 2012-07-20 | fix(docs): "in depth" -> "in-depth" | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize Angular. | brettcannon | |
| 2012-07-19 | fix(docs): Fix a spelling mistake by replacing the noun with "it" | brettcannon | |
| 2012-07-19 | fix(docs): "were" -> "where" | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "URL". | brettcannon | |
| 2012-07-19 | fix(docs): Fixed defer to timeout change in timer directive example | Chris Dawson | |
| 2012-07-19 | fix(docs): Spelling errors | Chris Dawson | |
| 2012-07-19 | fic(docs): Consistently use __bold__ for things that must be done when ↵ | brettcannon | |
| moving the ng-controller declaration. | |||
| 2012-07-19 | fix(docs): Tweak some grammar and add some links relating to DI. | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "APIs" | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize "Angular". | brettcannon | |
| 2012-07-19 | fix(docs): Capitalize Angular. | brettcannon | |
| 2012-07-19 | fix(docs): Add a missing "the". | brettcannon | |
| 2012-07-19 | fix(docs): ngRepeater isn't a thing, ngRepeat is | brettcannon | |
| 2012-07-19 | fix(docs): Remove a redundant "in". | brettcannon | |
| 2012-07-18 | fix(docs): Grammatical fix | brettcannon | |
| 2012-07-18 | fix(docs): Fixed some awkward wording | brettcannon | |
| 2012-07-18 | fix(docs): Tweak formatting and wording of a list | brettcannon | |
| 2012-07-18 | fix(docs): Don't want the present participle of "is" | brettcannon | |
| 2012-07-18 | fix(docs): Adjectve accidentally made into an adverb | brettcannon | |
| 2012-07-18 | fix(docs): Minor grammatical fix | brettcannon | |
| 2012-07-16 | fix(docs): Fixed typo: changed `ngRepeate` to `ngRepeat`. | Rishabh Rao | |
| 2012-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| bootstrap page. | |||
| 2012-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| compiler page. | |||
| 2012-07-16 | fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵ | Jamie Krug | |
| overview page. | |||
| 2012-07-16 | fix(docs): correct typo | Kevin Old | |
| 2012-07-02 | fix(docs): correctly generate sitemap | Igor Minar | |
| 2012-07-02 | fix(docs): fix broken ng-docs specs | Igor Minar | |
| 2012-06-15 | fix(doc) firefox icon rendering | Misko Hevery | |
| 2012-06-12 | fix($defer): remove deprecated $defer service | Igor Minar | |
| 2012-06-12 | fix(docs): migrate from $defer to $timeout | Igor Minar | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-06-10 | docs(*): fix various outdated docs and examples | Igor Minar | |
| Closes #1030 | |||
