| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 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-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-18 | add support for @deprecated ng:doc annotation + show warnings in templates | Igor Minar | |
| 2010-11-15 | Added basic Services, which support @memberOf and @methodOf | Vojta Jina | |
