You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
- Remove `replace: true` usage
BREAKING CHANGE: This removes the `replace: true` usage, so this has an effect on how one uses the directive in the template - see documentation for reference
Closes#5986
Copy file name to clipboardExpand all lines: src/alert/docs/readme.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,11 @@ This directive can be used both to generate alerts from static and dynamic model
5
5
*`close()`
6
6
<smallclass="badge">$</small> -
7
7
A callback function that gets fired when an `alert` is closed. If the attribute exists, a close button is displayed as well.
8
-
8
+
9
9
*`dismiss-on-timeout`
10
10
_(Default: `none`)_ -
11
11
Takes the number of milliseconds that specify the timeout duration, after which the alert will be closed. This attribute requires the presence of the `close` attribute.
12
-
12
+
13
13
*`template-url`
14
14
_(Default: `uib/template/alert/alert.html`)_ -
15
15
Add the ability to override the template used in the component.
16
-
17
-
*`type`
18
-
_(Default: `warning`)_ -
19
-
Defines the type of the alert. Go to [bootstrap page](http://getbootstrap.com/components/#alerts) to see the type of alerts available.
0 commit comments