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

Commit e4eeb4b

Browse files
Foxandxsswesleycho
authored andcommitted
docs(collapse): order settings
Closes #5284
1 parent 3f809af commit e4eeb4b

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

src/collapse/docs/readme.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
22

33
### uib-collapse settings
44

5-
* `uib-collapse`
6-
<small class="badge">$</small>
7-
<i class="glyphicon glyphicon-eye-open"></i>
8-
_(Default: `false`)_ -
9-
Whether the element should be collapsed or not.
5+
* `collapsed()`
6+
<small class="badge">$</small> -
7+
An optional expression called after the element finished collapsing.
108

119
* `collapsing()`
1210
<small class="badge">$</small> -
1311
An optional expression called before the element begins collapsing.
1412
If the expression returns a promise, animation won't start until the promise resolves.
1513
If the returned promise is rejected, collapsing will be cancelled.
16-
17-
* `collapsed()`
14+
15+
* `expanded()`
1816
<small class="badge">$</small> -
19-
An optional expression called after the element finished collapsing.
20-
17+
An optional expression called after the element finished expanding.
18+
2119
* `expanding()`
2220
<small class="badge">$</small> -
2321
An optional expression called before the element begins expanding.
2422
If the expression returns a promise, animation won't start until the promise resolves.
2523
If the returned promise is rejected, expanding will be cancelled.
26-
27-
* `expanded()`
28-
<small class="badge">$</small> -
29-
An optional expression called after the element finished expanding.
24+
25+
* `uib-collapse`
26+
<small class="badge">$</small>
27+
<i class="glyphicon glyphicon-eye-open"></i>
28+
_(Default: `false`)_ -
29+
Whether the element should be collapsed or not.
30+

0 commit comments

Comments
 (0)