From e1f4b350311f4aa6b0ba18267eadb310f17583fe Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Mon, 23 May 2016 21:43:02 +0200 Subject: [PATCH] docs(input[text]): remove deprecated tt tag Closes #14547 --- src/ng/directive/input.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 626fad0f4..408160521 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -100,11 +100,11 @@ var inputType = { Single word only! - text = {{example.text}}
- myForm.input.$valid = {{myForm.input.$valid}}
- myForm.input.$error = {{myForm.input.$error}}
- myForm.$valid = {{myForm.$valid}}
- myForm.$error.required = {{!!myForm.$error.required}}
+ text = {{example.text}}
+ myForm.input.$valid = {{myForm.input.$valid}}
+ myForm.input.$error = {{myForm.input.$error}}
+ myForm.$valid = {{myForm.$valid}}
+ myForm.$error.required = {{!!myForm.$error.required}}