Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 4cf6a83

Browse files
Foxandxsswesleycho
authored andcommitted
docs: tune up callbacks
Closes #5285
1 parent e4eeb4b commit 4cf6a83

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

src/alert/docs/readme.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ This directive can be used both to generate alerts from static and dynamic model
22

33
### uib-alert settings
44

5-
* `close`
6-
<small class="badge">$</small>
7-
_(Default: `none`)_ -
5+
* `close()`
6+
<small class="badge">$</small> -
87
A callback function that gets fired when an `alert` is closed. If the attribute exists, a close button is displayed as well.
98

109
* `dismiss-on-timeout`

src/datepicker/docs/readme.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ The datepicker has 3 modes:
1313
### uib-datepicker settings
1414

1515
* `custom-class (date, mode)`
16-
<small class="badge">$</small>
17-
_(Default: `null`)_ -
16+
<small class="badge">$</small> -
1817
An optional expression to add classes based on passing a date and current mode.
1918

2019
* `date-disabled (date, mode)`
21-
<small class="badge">$</small>
22-
_(Default: `null`)_ -
20+
<small class="badge">$</small> -
2321
An optional expression to disable visible options based on passing a date and current mode.
2422

2523
* `datepicker-mode`

src/tabs/docs/readme.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ AngularJS version of the tabs directive.
2525
Whether tab is currently selected.
2626

2727
* `deselect()`
28-
<small class="badge">$</small>
29-
_(Default: `null`)_ -
28+
<small class="badge">$</small> -
3029
An optional expression called when tab is deactivated.
3130

3231
* `disable`
@@ -39,8 +38,7 @@ AngularJS version of the tabs directive.
3938
Heading text.
4039

4140
* `select()`
42-
<small class="badge">$</small>
43-
_(Default: `null`)_ -
41+
<small class="badge">$</small> -
4442
An optional expression called when tab is activated.
4543

4644
### Tabset heading

0 commit comments

Comments
 (0)