angular.js/docs/content
Jared Beck 1d3e79e24e docs(overview): correct the input validation example
The documentation says that the input should be red if you enter
invalid values or leave it blank. Because the type="integer" is not
supported this does not happen in practice.  This fix changes the
input type to number and adds an ng-pattern to ensure that the number
is an integer.
2013-04-19 14:39:58 +01:00
..
api docs(module): fixed module example and corrected typos 2012-09-06 16:06:23 -07:00
cookbook fix(ngRepeat): prevent initial duplicates 2013-04-11 23:06:07 -07:00
guide docs(overview): correct the input validation example 2013-04-19 14:39:58 +01:00
misc docs(tutorial): testacular renamed to karma 2013-04-15 12:28:31 +01:00
tutorial docs(tutorial): testacular renamed to karma 2013-04-15 12:28:31 +01:00