From 1d3e79e24e4abbc93f80653405c60e758f5c2163 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Wed, 17 Apr 2013 18:26:49 -0300 Subject: 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. --- docs/content/guide/overview.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/overview.ngdoc') diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc index 2e10b401..837c0a3f 100644 --- a/docs/content/guide/overview.ngdoc +++ b/docs/content/guide/overview.ngdoc @@ -90,7 +90,7 @@ concepts which the application developer may face:
| Quantity | Cost | |
| + |