angular-slider-widget

What?

Create a slider widget. For example, this:

<div hc-slider ng-model="value" max="100" min="0" step="1" style="width: 400px" />

Becomes this:
Value: {{value}}

Why?

Sometimes a range input is not enough.

Features

Both the range and spinner inputs are debounced.