| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 2011-07-17 | refactor(docs): run e2e tests with and without jquery | Di Peng | |
| - e2e tests will run index.html (without jquery) and with index-jq.html(with jquery). - many small changes to make e2e tests work withough JQuery as we discover problems that were previously hidden by using real JQuery. | |||
| 2011-07-16 | doc(ngdoc): add 'this' and 'returns' section for methods | Igor Minar | |
| 2011-07-16 | doc(ngdoc): fix usage format for functions bolted onto services | Igor Minar | |
| 2011-07-02 | doc:dependencies: add /api/ prefix to dependency links | Igor Minar | |
| 2011-06-08 | Added support for properties in documentation | Misko Hevery | |
| 2011-06-07 | fixing the dev guide ordering | Igor Minar | |
| 2011-06-06 | moving the angular.mock docs down in the api list | Igor Minar | |
| 2011-06-06 | yet another docs batch | Igor Minar | |
| 2011-06-06 | fixing broken docs links | Igor Minar | |
| 2011-06-06 | fix wrapping api links into code element | Igor Minar | |
| 2011-06-06 | fix hashpath prefix for docs/sitemap/etc | Igor Minar | |
| 2011-06-06 | Add doc:tutorial-instructions widget | Vojta Jina | |
| 2011-06-06 | Allow "section/" links pointing to "section/index" | Vojta Jina | |
| 2011-06-06 | Allow relative links in docs | Vojta Jina | |
| So you can use links without section when they link within the section. | |||
| 2011-06-06 | Change warning to log place first and then link | Vojta Jina | |
| 2011-06-06 | Bit of refactoring | Vojta Jina | |
| 2011-06-06 | Couple of todos | Vojta Jina | |
| 2011-06-06 | Log warning for every non existing link instead of throwing exception | Vojta Jina | |
| Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue... | |||
| 2011-06-06 | Check whether links do exist and throw exception | Vojta Jina | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
| 2011-06-06 | fix syntax highlighting on the javascript | Misko Hevery | |
| 2011-03-11 | @require in ngdoc now takes reason for dependency | Misko Hevery | |
| 2011-02-22 | fix documentation for ie | Misko Hevery | |
| 2011-02-18 | corrected new lines in @link | Misko Hevery | |
| 2011-02-07 | markdown pre-processor should strip all the extra indentation | Igor Minar | |
| - split trim into trim and indent - merged my indentation code with trim - cleaned up some small issues | |||
| 2011-02-07 | docs should print usage for services that are functions | Igor Minar | |
| 2011-02-07 | @property should require type and description should be markdownified | Igor Minar | |
| 2011-02-03 | Added remainder of the cookbook | Misko Hevery | |
| 2011-02-03 | addded cookbook | Misko Hevery | |
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-02-01 | Developer guide documentation | Misko Hevery | |
| 2011-01-26 | Added part of guide documentation and supporting changes to doc generator | Misko Hevery | |
| 2011-01-26 | fix deprication typo in the doc generator | Igor Minar | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-24 | add @this and @exampleDescription tags | Misko Hevery | |
| (also removed markdownNoP, now done through CSS) | |||
| 2011-01-19 | ngdoc should escape content of pre in markdown | Igor Minar | |
| 2011-01-18 | @returns type in docs should be wrapped in curlies | Igor Minar | |
| 2011-01-14 | fixed select with ng:format | Misko Hevery | |
| select (one/multiple) could not chose from a list of objects, since DOM requires string ids. Solved by adding index formatter, which exposed incorrect handling of formatters in select widgets. | |||
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
