Sha256: ed5a09288caa50fe56f38bceed22c783681316eb679024df70c94c11f48d2958
Contents?: true
Size: 844 Bytes
Versions: 8
Compression:
Stored size: 844 Bytes
Contents
This directive can be used both to generate alerts from static and dynamic model data (using the `ng-repeat` directive). ### uib-alert settings * `close` _(Default: `none`)_ - A callback function that gets fired when an `alert` is closed. If the attribute exists, a close button is displayed as well. * `dismiss-on-timeout` _(Default: `none`)(Optional)_ - 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. * `template-url` _(Default: `template/alert/alert.html`)_ - Add the ability to override the template used in the component. * `type` _(Default: `warning`)_ - Defines the type of the alert. Go to [bootstrap page](http://getbootstrap.com/components/#alerts) to see the type of alerts available.
Version data entries
8 entries across 8 versions & 1 rubygems