| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-17 | rewrite of several major portions of angular.service docs | 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 | tabbing and keyboard shortcut for docs | Igor Minar | |
| - first tab goes to the search box, following tabs iterate results - ctrl+s (FF on mac) or ctrl+alt+s (Chrome on mac) move focus to the search box | |||
| 2011-01-10 | offline docs | Igor Minar | |
| - freezing syntaxhighlighter and jquery under docs/src/templates/ - for jquery I just used a symlink to lib/jquery not an ideal solution but writer.js is not very flexible and I didn't want to mess with it - changed docs' index.html to point to the local resources | |||
| 2011-01-10 | removed unnedded files; switch rake to new doc build script | Misko Hevery | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
| 2011-01-07 | change to keydown from keyup; add delayed $updateView | Misko Hevery | |
| - There was a perceived lag when typing do to the fact that we were listening on the keyup event instead of keydown. The issue with keydown is that we can not read the value of the input field. To solve this we schedule a defer call and perform the model update then. - To prevent calling $eval on root scope too many times as well as to prevent drowning the browser with too many updates we now call the $eval only after 25ms and any additional requests get ignored. The new update service is called $updateView | |||
| 2010-12-10 | improve doc app scrollbars | Igor Minar | |
| 2010-12-07 | make the docs angular 'logo' link filename agnostic | Igor Minar | |
| 2010-12-07 | @returns tag should allow the content to be split into multiple lines | Igor Minar | |
| 2010-12-06 | allow documentation to be in external file | Misko Hevery | |
| * Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them | |||
| 2010-11-29 | fix typo in searchbox placeholder | Igor Minar | |
| 2010-11-29 | searchbar in docs should not scroll away | Igor Minar | |
| 2010-11-29 | renaming #section to #main in docs html/css | Igor Minar | |
| 2010-11-29 | getting rid of #page div in docs index.html | Igor Minar | |
| 2010-11-29 | dual scrolling for docs with custom scrollbars | Igor Minar | |
| 2010-11-29 | docs html/css cleanup | Igor Minar | |
| 2010-11-25 | Doc specs: added test for markdown | Vojta Jina | |
| It should replace markdown between two <pre></pre>***<pre></pre> | |||
| 2010-11-25 | Small refactor in doc parser | Vojta Jina | |
| 2010-11-23 | docs for angular.Array.orderBy | Igor Minar | |
| 2010-11-18 | add a feedback link to the doc pages | Igor Minar | |
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-18 | don't encode page.name (hash) in docs.js | Igor Minar | |
| see discussion in https://github.com/angular/angular.js/pull/158" | |||
| 2010-11-18 | title for index.html should not show raw binding while the app bootstraps | Igor Minar | |
| 2010-11-18 | move attribute widgets to widgets.js file | Igor Minar | |
| - move @ng:repeat to widgets.js and its specs to widgetsSpecs.js - move @ng:non-bindable to widgets.js and its specs to widgetsSpecs.js - make widget.template suitable for attribute widgets - fix up the js docs for attribute widgets | |||
| 2010-11-18 | add spec for incrementing headings | Igor Minar | |
| 2010-11-18 | add support for {@link} tags within @description and remove implicit linking | Igor Minar | |
| use as: - foo {@link bar} - foo {@link bar desc} I'm removing implicit linking because it unintentionally links stuff and generally interferes with other conversions. We have to link stuff explicitely from now on. | |||
| 2010-11-18 | docs linkifying regexp should not mess up links alreaded converete by markdown | Igor Minar | |
| 2010-11-18 | make @param type and description non-optional | Igor Minar | |
| 2010-11-18 | CSS, Parameters, Returns template changes | Igor Minar | |
| - make css section optional - make returns section optional - change format of the parameters section - properly format the Returns section | |||
| 2010-11-18 | adjust spacing of headings in the main doc div | Igor Minar | |
| 2010-11-18 | adding support for @param.optional | Igor Minar | |
| 2010-11-18 | @returns description should support markdown | Igor Minar | |
| 2010-11-18 | make @returns type non-optional | Igor Minar | |
| 2010-11-18 | group utility methods/objects while sorting stuff for the side bar | Igor Minar | |
| 2010-11-18 | remove extra returns tag | Igor Minar | |
| 2010-11-18 | remove extra toolbar directive and support multiple pre's in describe | Igor Minar | |
| 2010-11-18 | add support for @deprecated ng:doc annotation + show warnings in templates | Igor Minar | |
| 2010-11-18 | add function.template | Igor Minar | |
| 2010-11-16 | fix regexp for @param parsing in ng:docs | Igor Minar | |
| There is an extra + in the regexp which causes exponential increase in time needed to parse a @param annotation when the length of default value increases linearly. | |||
| 2010-11-16 | docs should use ng:include onload | Igor Minar | |
| 2010-11-15 | Added basic Services, which support @memberOf and @methodOf | Vojta Jina | |
| 2010-11-15 | generate keyword for searches; improved layout of doc | Misko Hevery | |
| 2010-11-15 | changed to ! notation for indexable apps | Misko Hevery | |
| 2010-11-15 | added remaining directives and search box. | Misko Hevery | |
| 2010-11-10 | Example snippets now have full html snippets | Misko Hevery | |
| 2010-11-10 | Added Directives | Misko Hevery | |
| 2010-11-10 | Make the docs look a little nicer | Elliott Sprehn | |
| 2010-11-09 | proper trimming of leading whitespace; url restriction to angular.* | Misko Hevery | |
| 2010-11-09 | Better example widget | Igor Minar | |
| - syntax highlighting - tabless design - rename widget to doc:example - rename widget files (wiki_widget.* -> doc_widget.*) - example section is now optional | |||
