Skip to content

Commit 9a22372

Browse files
author
jdcaballerov
committed
Update index.md
Added " " to the form definition
1 parent adf550c commit 9a22372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ a ```ngClass``` in the decorators scope. If not set att all the default value
672672
is ```{ 'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }```
673673
674674
ex. displaying an asterisk on required fields
675-
```javascript
675+
```javascriptele
676676
$sope.form = [
677677
{
678678
key: "name",
@@ -759,8 +759,8 @@ function FormCtrl($scope) {
759759
"name",
760760
"eligible",
761761
{
762-
key: "code",
763-
condition: "person.eligible", //or "model.eligable"
762+
"key": "code",
763+
"condition": "person.eligible", //or "model.eligible"
764764
}
765765
]
766766
}

0 commit comments

Comments
 (0)