Skip to content

Commit 3ee62c8

Browse files
authored
Merge pull request #965 from blackmiaool/patch-1
fix typo in readme
2 parents b8fdc4e + a495819 commit 3ee62c8

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
@@ -733,7 +733,7 @@ is ```{ 'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': has
733733
734734
ex. displaying an asterisk on required fields
735735
```javascript
736-
$sope.form = [
736+
$scope.form = [
737737
{
738738
key: "name",
739739
feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.required && !hasSuccess() && !hasError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"

0 commit comments

Comments
 (0)