We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf550c commit 9a22372Copy full SHA for 9a22372
docs/index.md
@@ -672,7 +672,7 @@ a ```ngClass``` in the decorators scope. If not set att all the default value
672
is ```{ 'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }```
673
674
ex. displaying an asterisk on required fields
675
-```javascript
+```javascriptele
676
$sope.form = [
677
{
678
key: "name",
@@ -759,8 +759,8 @@ function FormCtrl($scope) {
759
"name",
760
"eligible",
761
762
- key: "code",
763
- condition: "person.eligible", //or "model.eligable"
+ "key": "code",
+ "condition": "person.eligible", //or "model.eligible"
764
}
765
]
766
0 commit comments