aboutsummaryrefslogtreecommitdiffstats
path: root/docs/validator.template
AgeCommit message (Collapse)Author
2011-01-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18CSS, Parameters, Returns template changesIgor Minar
- make css section optional - make returns section optional - change format of the parameters section - properly format the Returns section
2010-11-18add support for @deprecated ng:doc annotation + show warnings in templatesIgor Minar
2010-11-16docs should use ng:include onloadIgor Minar
2010-11-15added remaining directives and search box.Misko Hevery
2010-11-10Make the docs look a little nicerElliott Sprehn
2010-11-09Better example widgetIgor Minar
- syntax highlighting - tabless design - rename widget to doc:example - rename widget files (wiki_widget.* -> doc_widget.*) - example section is now optional
2010-11-07Added 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-05added tests for documentationMisko Hevery
2010-11-05changed to showdown from markup. added validator overviewMisko Hevery