Skip to content

Commit 76d594c

Browse files
committed
Merge pull request #192 from stramel/patch-2
Update index.md
2 parents c3df1f4 + a7214c4 commit 76d594c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ ex. displaying an asterisk on required fields
381381
$sope.form = [
382382
{
383383
key: "name",
384-
feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.requires && !hasSuccess && !hassError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"
384+
feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.required && !hasSuccess() && !hasError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"
385385
}
386386
```
387387

0 commit comments

Comments
 (0)