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

Commit bc04afe

Browse files
hamstupetebacondarwin
authored andcommitted
doc(input): fix small typo in code example
1 parent ac086ae commit bc04afe

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
@@ -722,7 +722,7 @@ function checkboxInputType(scope, element, attr, ctrl) {
722722
<tt>myForm.userName.$valid = {{myForm.userName.$valid}}</tt><br>
723723
<tt>myForm.userName.$error = {{myForm.userName.$error}}</tt><br>
724724
<tt>myForm.lastName.$valid = {{myForm.lastName.$valid}}</tt><br>
725-
<tt>myForm.userName.$error = {{myForm.lastName.$error}}</tt><br>
725+
<tt>myForm.lastName.$error = {{myForm.lastName.$error}}</tt><br>
726726
<tt>myForm.$valid = {{myForm.$valid}}</tt><br>
727727
<tt>myForm.$error.required = {{!!myForm.$error.required}}</tt><br>
728728
<tt>myForm.$error.minlength = {{!!myForm.$error.minlength}}</tt><br>

0 commit comments

Comments
 (0)