Skip to content

Commit c946509

Browse files
slid1amo2n3e4Robin van Baalen
authored andcommitted
docs(alert): document dismiss-on-timeout attribute
1 parent 195e520 commit c946509

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/alert/docs/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ Alert is an AngularJS-version of bootstrap's alert.
22

33
This directive can be used to generate alerts from the dynamic model data (using the `ng-repeat` directive);
44

5-
The presence of the `close` attribute determines if a close button is displayed
5+
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

Comments
 (0)