Create & Control Semantic UI Dimmers with Angular Directives
optional
required
settings
=
reference to a settings object to pass to the initialization function.visible
=
a value which can show/hide the dimmer when it changes.on-init
=
Callback once the module is initialized, passing the initialized element as the first argument.on-change
=
Callback after a dimmer is either shown or hidden.on-show
=
Callback after a dimmer is shown.on-hide
=
Callback after a dimmer is hidden.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.