optional required

Progress Directives
Create & Control Semantic UI Progress with Angular Directives

sm-progress
Creates a progress bar.

Attributes
Callback Attributes
Example


        
Progress So Far

sm-progress-bind
A lightweight attribute directive which calls progress() on the element with the settings object passed to the attribute. Using this directive means you need to manage the communication between Angular and Semantic UI yourself.



        
So far, so good.

Behavior Directives

These attribute directives invoke a behavior on the component where the attribute value can be one of the following formats:

String
Object
Example


        
Execute Simple Behavior Execute Advanced Behavior

sm-progress-increment
When a DOM event fires on the element with the directive, it can command progress(es) to be incremented or decremented.



        
I'm working on it...