This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 3 files changed +6
-11
lines changed
3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ This directive can be used both to generate alerts from static and dynamic model
2
2
3
3
### uib-alert settings
4
4
5
- * ` close `
6
- <small class =" badge " >$</small >
7
- _ (Default: ` none ` )_ -
5
+ * ` close() `
6
+ <small class =" badge " >$</small > -
8
7
A callback function that gets fired when an ` alert ` is closed. If the attribute exists, a close button is displayed as well.
9
8
10
9
* ` dismiss-on-timeout `
Original file line number Diff line number Diff line change @@ -13,13 +13,11 @@ The datepicker has 3 modes:
13
13
### uib-datepicker settings
14
14
15
15
* ` custom-class (date, mode) `
16
- <small class =" badge " >$</small >
17
- _ (Default: ` null ` )_ -
16
+ <small class =" badge " >$</small > -
18
17
An optional expression to add classes based on passing a date and current mode.
19
18
20
19
* ` date-disabled (date, mode) `
21
- <small class =" badge " >$</small >
22
- _ (Default: ` null ` )_ -
20
+ <small class =" badge " >$</small > -
23
21
An optional expression to disable visible options based on passing a date and current mode.
24
22
25
23
* ` datepicker-mode `
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ AngularJS version of the tabs directive.
25
25
Whether tab is currently selected.
26
26
27
27
* ` deselect() `
28
- <small class =" badge " >$</small >
29
- _ (Default: ` null ` )_ -
28
+ <small class =" badge " >$</small > -
30
29
An optional expression called when tab is deactivated.
31
30
32
31
* ` disable `
@@ -39,8 +38,7 @@ AngularJS version of the tabs directive.
39
38
Heading text.
40
39
41
40
* ` select() `
42
- <small class =" badge " >$</small >
43
- _ (Default: ` null ` )_ -
41
+ <small class =" badge " >$</small > -
44
42
An optional expression called when tab is activated.
45
43
46
44
### Tabset heading
You can’t perform that action at this time.
0 commit comments