| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-16 | reformated multiline trinary expressions to have a leading ?/:. | Misko Hevery | |
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-01-24 | fixed example rendering, add tests for it. | Misko Hevery | |
| 2011-01-10 | fix broken e2e test due to $window no longer published | 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 | |||
| 2011-01-04 | rename scope.$inject to scope.$service | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | removing support for 'eager-published' services | Igor Minar | |
| 2010-12-08 | Remove RegExp parser | Misko Hevery | |
| - RegExp parser is rearly used, feature, and one should not have RegExps in views anyways, so we are removing it BACKWARD INCOMPATIBLE CHANGE!!! | |||
| 2010-12-02 | Closes #170. Corrected the behavior of select when options are ng:repeated | Misko Hevery | |
| - Delete $postEval method, as it was a hack | |||
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-09 | improve jsdocs | Igor Minar | |
| - improve json filter example - improve filter overview doc - improving validator overview jsdocs - simplify number filter examples and make them live + add specs - various doc fixes | |||
| 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 | |||
| 2010-11-07 | Added documentation for validators. | Misko Hevery | |
| BACKWARD INCOMPATIBLE: removed ssn validators, since it is unlikely that most people will need it and if they do, they can added it thorough RegExp | |||
| 2010-11-05 | added tests for documentation | Misko Hevery | |
| 2010-11-05 | changed to showdown from markup. added validator overview | Misko Hevery | |
| 2010-11-04 | added documentation for ng:include and ng:widget and test for doc collector. | Misko Hevery | |
| 2010-09-23 | make date validator use the Date object | Bolek Szewczyk | |
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-06-16 | Fix bug with validator not triggering when attributes are bound and fix some ↵ | Shyam Seshadri | |
| typos. Add test for bug | |||
| 2010-04-16 | validation issues fixed | Misko Hevery | |
| 2010-04-16 | lots of small fixes | Misko Hevery | |
| 2010-04-12 | removed Meta and allowed binding of HTML | Misko Hevery | |
| 2010-04-07 | clean up, fixes for app | Misko Hevery | |
