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

Commit 52c1498

Browse files
hamstupetebacondarwin
authored andcommitted
doc(input): fix small typo in code example
1 parent 2c69a67 commit 52c1498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ function checkboxInputType(scope, element, attr, ctrl) {
739739
<tt>myForm.userName.$valid = {{myForm.userName.$valid}}</tt><br>
740740
<tt>myForm.userName.$error = {{myForm.userName.$error}}</tt><br>
741741
<tt>myForm.lastName.$valid = {{myForm.lastName.$valid}}</tt><br>
742-
<tt>myForm.userName.$error = {{myForm.lastName.$error}}</tt><br>
742+
<tt>myForm.lastName.$error = {{myForm.lastName.$error}}</tt><br>
743743
<tt>myForm.$valid = {{myForm.$valid}}</tt><br>
744744
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br>
745745
<tt>myForm.$error.minlength = {{!!myForm.$error.minlength}}</tt><br>

0 commit comments

Comments
 (0)