| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-18 | don't escape ! and : in hashPath | Igor Minar | |
| This is a temporary fix for Issue #158 | |||
| 2010-11-18 | fix all closure compilation warnings due to invalid function types | 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 | escape code in ng:bind-attr jsdoc | Igor Minar | |
| 2010-11-18 | most of the documentation for angular.scope and friends | Igor Minar | |
| 2010-11-18 | title for index.html should not show raw binding while the app bootstraps | Igor Minar | |
| 2010-11-18 | fix docs and examples for ng:format, ng:required and ng:validate | 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 | fix docs for angular.directive and ng:autobind | Igor Minar | |
| 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 | fixing angular.lowercase and angular.upppercase jsdocs + api | Igor Minar | |
| 2010-11-18 | adding support for @param.optional | Igor Minar | |
| 2010-11-18 | fixing angular.filter.number jsdocs | Igor Minar | |
| 2010-11-18 | toJson and fromJson jsdocs | 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 | fix ng docs for angular, angular.lowercase and uppercase | 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 | scope docs + lowercase doc fix | 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 | Changed error handling so that better stack traces are displayed in the ↵ | Misko Hevery | |
| ng-errors | |||
| 2010-11-16 | docs should use ng:include onload | Igor Minar | |
| 2010-11-16 | add onload attribute to ng:include | 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-12 | fix code name in the change log | Igor Minar | |
| 2010-11-12 | Add test coverage analysis. | Igor Minar | |
| - jstd upgrade to head from 2010-11-11 - coverage plugin from the same head as jstd - test-coverage.sh and server-coverage.sh scripts - jstd configuration Generate html by installing lconv (brew or port) and run: genhtml tmp/lcov/jsTestDriver.conf-coverage.dat to generate html docs. | |||
| 2010-11-11 | $watch should optionally skip listener exec | Igor Minar | |
| - if initRun param is set to false, listener doesn't execute - the oldValue should equal newValue during the initial execution - added docs - added specs | |||
| 2010-11-11 | preparations for 0.9.4 total-recall iteration | Igor Minar | |
| 2010-11-10 | cutting the 0.9.3 cold-resistance releasev0.9.3 | Igor Minar | |
| 2010-11-10 | updating the release notes for 0.9.3 release | Igor Minar | |
| 2010-11-10 | scenario repeater should match only visible stuff | Igor Minar | |
| 2010-11-10 | Make ng:repeat expose $position. | Igor Minar | |
| - $position is a textual representation of the position of repeated item ('first', 'middle', 'last') - added specs for $index | |||
| 2010-11-10 | added ng:switch-when-default; changed $watch to always fire on init. (may be ↵ | Misko Hevery | |
| backward incompatible) | |||
| 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 | |
