mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
doc(input): fix small typo in code example
This commit is contained in:
parent
2c69a6735e
commit
52c1498e25
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ function checkboxInputType(scope, element, attr, ctrl) {
|
||||||
<tt>myForm.userName.$valid = {{myForm.userName.$valid}}</tt><br>
|
<tt>myForm.userName.$valid = {{myForm.userName.$valid}}</tt><br>
|
||||||
<tt>myForm.userName.$error = {{myForm.userName.$error}}</tt><br>
|
<tt>myForm.userName.$error = {{myForm.userName.$error}}</tt><br>
|
||||||
<tt>myForm.lastName.$valid = {{myForm.lastName.$valid}}</tt><br>
|
<tt>myForm.lastName.$valid = {{myForm.lastName.$valid}}</tt><br>
|
||||||
<tt>myForm.userName.$error = {{myForm.lastName.$error}}</tt><br>
|
<tt>myForm.lastName.$error = {{myForm.lastName.$error}}</tt><br>
|
||||||
<tt>myForm.$valid = {{myForm.$valid}}</tt><br>
|
<tt>myForm.$valid = {{myForm.$valid}}</tt><br>
|
||||||
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br>
|
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br>
|
||||||
<tt>myForm.$error.minlength = {{!!myForm.$error.minlength}}</tt><br>
|
<tt>myForm.$error.minlength = {{!!myForm.$error.minlength}}</tt><br>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue