diff --git a/docs/index.md b/docs/index.md index 4ed028c63..a68e1afd5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -733,7 +733,7 @@ is ```{ 'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': has ex. displaying an asterisk on required fields ```javascript - $sope.form = [ + $scope.form = [ { key: "name", feedback: "{ 'glyphicon': true, 'glyphicon-asterisk': form.required && !hasSuccess() && !hasError() ,'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"