From 3591ae010398da67950eeefe4f8613e69bb786eb Mon Sep 17 00:00:00 2001 From: Jérémy Date: Fri, 19 Jul 2013 10:13:36 -0700 Subject: docs(input): fix example The input [number] error spans did not show on the example, as they were relying on an non-existing property (myForm.list.$error) vs the working property (myForm.input.$error) --- src/ng/directive/input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 246c827e..b19e005f 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -112,9 +112,9 @@ var inputType = {
Number: - + Required! - + Not valid number! value = {{value}}
myForm.input.$valid = {{myForm.input.$valid}}
-- cgit v1.2.3