angularjs-numeric-select
v1.0.18
Published
A select with options between two numbers .... for angular js
Downloads
15
Maintainers
Readme
angularjs-numeric-select
AngularJS component for build a select from start number to limit
<numeric-select
ng-model="appCtrl.otherInputs[0].model"
start="18"
higher-limit="30"
hint="options from 18 to 30"
></numeric-select>