Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 49ef920

Browse files
committed
docs(input[text]): remove deprecated tt tag
Closes #14547
1 parent 081ae8b commit 49ef920

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ng/directive/input.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ var inputType = {
100100
<span class="error" ng-show="myForm.input.$error.pattern">
101101
Single word only!</span>
102102
</div>
103-
<tt>text = {{example.text}}</tt><br/>
104-
<tt>myForm.input.$valid = {{myForm.input.$valid}}</tt><br/>
105-
<tt>myForm.input.$error = {{myForm.input.$error}}</tt><br/>
106-
<tt>myForm.$valid = {{myForm.$valid}}</tt><br/>
107-
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br/>
103+
<code>text = {{example.text}}</code><br/>
104+
<code>myForm.input.$valid = {{myForm.input.$valid}}</code><br/>
105+
<code>myForm.input.$error = {{myForm.input.$error}}</code><br/>
106+
<code>myForm.$valid = {{myForm.$valid}}</code><br/>
107+
<code>myForm.$error.required = {{!!myForm.$error.required}}</code><br/>
108108
</form>
109109
</file>
110110
<file name="protractor.js" type="protractor">

0 commit comments

Comments
 (0)