npm install angular-stepperA simple numeric stepper for angular 1.x.
Demo : http://jsfiddle.net/26ghx/embedded/result/
Making of : http://blog.revolunet.com/blog/2013/11/28/create-resusable-angularjs-input-component/
install with bower : bower install angular-stepper
Or npm : npm install --save angular-stepper
add a dependency to your app :
``javascript`
angular.module('MyApp', [
'revolunet.stepper'
]);`
use the directive :html``
Note: Optionaly, you can add a detailed labelhtml``