ovh-angular-input-number-spinner
v2.1.1
Published
Input Number with spinner
Downloads
28
Maintainers
Keywords
Readme
Input Number Spinner
Input Number with spinner
Example
angular.module("yourModule", [
"ovh-angular-input-number-spinner"
]);
<form name="foo">
<input-number-spinner data-ng-model="inputValue"
data-input-number-spinner-min="1"
data-input-number-spinner-max="200">
</input-number-spinner>
</form>
Installation
Bower
bower install ovh-angular-input-number-spinner --save
NPM
npm install ovh-angular-input-number-spinner --save
Get the sources
git clone https://github.com/ovh-ux/ovh-angular-input-number-spinner.git
cd ovh-angular-input-number-spinner
npm install
bower install
You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you!
Have a look in CONTRIBUTING.md
Run the tests
npm test
Build the documentation
grunt ngdocs
Related links
- Contribute: https://github.com/ovh-ux/ovh-angular-input-number-spinner/CONTRIBUTING.md
- Report bugs: https://github.com/ovh-ux/ovh-angular-input-number-spinner/issues
- Get latest version: https://github.com/ovh-ux/ovh-angular-input-number-spinner
License
See https://github.com/ovh-ux/ovh-angular-input-number-spinner/blob/master/LICENSE