Create & Control Semantic UI Modals with Angular Directives
optional
required
visible
=
a variable which can be used to toggle the visiblity of the modal.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-show
=
Callback when a modal starts to show.on-visible
=
Callback after a modal has finished showing animating.on-hide
=
Callback after a modal starts to hide.on-hidden
=
Callback after a modal has finished hiding animation.on-approve
=
Callback after a positive, approve or ok button is pressed. If the function returns false
, the modal will not hide.on-deny
=
Callback after a negative, deny or cancel button is pressed. If the function returns false
the modal will not hide.Your inbox is getting full, would you like us to enable automatic archiving of old messages?
Your inbox is getting full, would you like us to enable automatic archiving of old messages?
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.