Skip to content

Commit 006228e

Browse files
committed
Fixed syntax error in a code example
1 parent f0b4dfe commit 006228e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following example shows how to show valid values on every input that uses th
9292
app = angular.module('yourApp', ['ui.bootstrap.showErrors']);
9393
app.config(['showErrorsConfigProvider', function(showErrorsConfigProvider) {
9494
showErrorsConfigProvider.showSuccess(true);
95-
});
95+
}]);
9696
```
9797

9898
##### By Input

0 commit comments

Comments
 (0)