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 195e520 commit c946509Copy full SHA for c946509
src/alert/docs/readme.md
@@ -2,4 +2,6 @@ Alert is an AngularJS-version of bootstrap's alert.
2
3
This directive can be used to generate alerts from the dynamic model data (using the `ng-repeat` directive);
4
5
-The presence of the `close` attribute determines if a close button is displayed
+The presence of the `close` attribute determines if a close button is displayed.
6
+
7
+The optional `dismiss-on-timeout` attribute takes the number of milliseconds that specify timeout duration, after which the alert will be closed.
0 commit comments