| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-01 | changed the documentation @example to use <doc:example> | Misko Hevery | |
| 2011-01-18 | fix spec title for angular.formatter.index | 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 | Rename angular.foreach to angular.forEach to make the api consistent. | Igor Minar | |
| camelcase is used for other angular functions and forEach is also used by EcmaScript standard. - rename the internal as well as the external function name - tweak the implementation of the function so that it doesn't clober it self when we extend the angular object with an object that has a forEach property equal to this forEach function Closes #85 | |||
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-18 | make @returns type non-optional | Igor Minar | |
| 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-09 | Added formatter documentation. | Misko Hevery | |
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-08-18 | added better handling of ng:format=number | Misko Hevery | |
| 2010-08-11 | clean up for better obfuscation | Misko Hevery | |
| 2010-07-29 | refactored $location service so that it correctly updates under all conditions | Misko Hevery | |
| 2010-05-10 | improved handling of text fields when formater fails to prevent clobering of ↵ | Misko Hevery | |
| field | |||
| 2010-04-07 | clean up, fixes for app | Misko Hevery | |
