Create & Control Semantic UI Shape with Angular Directives
optional
required
settings = a 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-before-change = Callback called before side change.on-change = Callback called after visible side change.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.