This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ The body of each accordion group is transcluded into the body of the collapsible
4
4
5
5
### uib-accordion settings
6
6
7
+ * ` collapsed() `
8
+ <small class =" badge " >$</small > -
9
+ An optional expression called after the element finished collapsing.
10
+
11
+ * ` collapsing() `
12
+ <small class =" badge " >$</small > -
13
+ An optional expression called before the element begins collapsing.
14
+ If the expression returns a promise, animation won't start until the promise resolves.
15
+ If the returned promise is rejected, collapsing will be cancelled.
16
+
17
+ * ` expanded() `
18
+ <small class =" badge " >$</small > -
19
+ An optional expression called after the element finished expanding.
20
+
21
+ * ` expanding() `
22
+ <small class =" badge " >$</small > -
23
+ An optional expression called before the element begins expanding.
24
+ If the expression returns a promise, animation won't start until the promise resolves.
25
+ If the returned promise is rejected, expanding will be cancelled.
26
+
7
27
* ` close-others `
8
28
<small class =" badge " >$</small >
9
29
<small class =" badge " >C</small >
You can’t perform that action at this time.
0 commit comments