From e14e21904aa61c293cfcb4bd447fabcd192601e4 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(-) (limited to 'src/ng/directive/input.js') diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 2d3210d5..af028fd5 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -120,9 +120,9 @@ var inputType = {
Number: - + Required! - + Not valid number! value = {{value}}
myForm.input.$valid = {{myForm.input.$valid}}
-- cgit v1.2.3