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 @@ -16,6 +16,26 @@ The body of each accordion group is transcluded into the body of the collapsible
16
16
17
17
### uib-accordion-group settings
18
18
19
+ * ` collapsed() `
20
+ <small class =" badge " >$</small > -
21
+ An optional expression called after the element finished collapsing.
22
+
23
+ * ` collapsing() `
24
+ <small class =" badge " >$</small > -
25
+ An optional expression called before the element begins collapsing.
26
+ If the expression returns a promise, animation won't start until the promise resolves.
27
+ If the returned promise is rejected, collapsing will be cancelled.
28
+
29
+ * ` expanded() `
30
+ <small class =" badge " >$</small > -
31
+ An optional expression called after the element finished expanding.
32
+
33
+ * ` expanding() `
34
+ <small class =" badge " >$</small > -
35
+ An optional expression called before the element begins expanding.
36
+ If the expression returns a promise, animation won't start until the promise resolves.
37
+ If the returned promise is rejected, expanding will be cancelled.
38
+
19
39
* ` heading `
20
40
_ (Default: ` none ` )_ -
21
41
The clickable text on the group's header. You need one to be able to click on the header for toggling.
You can’t perform that action at this time.
0 commit comments