Slider using tags
If you can see this then slider did not get compiled by Angular.
Check that all necessary files are included, did you run "bower install"?
Range slider
Model: {{model.second | json}}
Value: {{value.second | json}}
Slider with configurable tooltip
Model: {{model.third}}
Slider using event expressions
Model: {{model.fourth}}
Status: {{status}}
Slider using event callbacks
Model: {{model.fifth}}
Event type: {{delegateEvent.type}}
Slider using mixed expressions and callbacks
Model: {{model.sixth}}
Status: {{status2}}
Event type: {{delegateEvent.type}}
Updates model on slide event by default
Model: {{model.seventh}}
Updates model only on slideStop event
Model: {{model.eighth}}
Updates model on slideStart and slideStop
Model: {{model.ninth}}
Updates model on all events
Model: {{model.tenth}}