This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 1 file changed +14
-13
lines changed
1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### uib-collapse settings
4
4
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.
10
8
11
9
* ` collapsing() `
12
10
<small class =" badge " >$</small > -
13
11
An optional expression called before the element begins collapsing.
14
12
If the expression returns a promise, animation won't start until the promise resolves.
15
13
If the returned promise is rejected, collapsing will be cancelled.
16
-
17
- * ` collapsed ()`
14
+
15
+ * ` expanded ()`
18
16
<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
+
21
19
* ` expanding() `
22
20
<small class =" badge " >$</small > -
23
21
An optional expression called before the element begins expanding.
24
22
If the expression returns a promise, animation won't start until the promise resolves.
25
23
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
+
You can’t perform that action at this time.
0 commit comments