We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b4dfe commit 006228eCopy full SHA for 006228e
1 file changed
README.md
@@ -92,7 +92,7 @@ The following example shows how to show valid values on every input that uses th
92
app = angular.module('yourApp', ['ui.bootstrap.showErrors']);
93
app.config(['showErrorsConfigProvider', function(showErrorsConfigProvider) {
94
showErrorsConfigProvider.showSuccess(true);
95
-});
+}]);
96
```
97
98
##### By Input
0 commit comments