aboutsummaryrefslogtreecommitdiffstats
path: root/docs/spec/ngdocSpec.js
AgeCommit message (Collapse)Author
2011-01-14fixed select with ng:formatMisko 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-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code