From d1c4766d143d474ae255079684a02b63d219b35b Mon Sep 17 00:00:00 2001 From: mkolodny Date: Fri, 20 Dec 2013 23:41:00 -0500 Subject: docs(guide/forms): update example Right now, non-integers such as 'aawefwae' are valid. This ensures that only integers are valid. Hopefully that makes the example more powerful. Closes #5501 --- docs/content/guide/forms.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/forms.ngdoc') diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index d05a3214..c558a220 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -235,7 +235,7 @@ In the following example we create two directives.