Create & Control Semantic UI Accordions with Angular Directives
optional
required
settings
=
reference to a settings object to pass to the initialization function.on-init
=
Callback once the module is initialized, passing the initialized element as the first argument.on-opening
=
Callback before element openson-open
=
Callback after element is openon-closing
=
Callback before element closeson-close
=
Callback after element is closedon-change
=
Callback on element open or closetitle
=
A string variable with the title of the accordion group.active
=
A variable which sets whether or not the group is the active one.A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.
There are many breeds of dogs. Each breed varies in size and temperament. Owners often select a breed of dog that they find to be compatible with their own lifestyle and desires from a companion.
These attribute directives invoke a behavior on the component where the attribute value can be one of the following formats:
$
@
A selector string.evt
@
The event string which triggers the behavior ('click' by default).enabled
=
A boolean value which determines whether or not the behavior should be called when the event occurs.value
=
The first argument to pass to the behavior if it requires one.