2.1.1 • Published 7 years ago

ovh-angular-input-number-spinner v2.1.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Input Number Spinner

githubbanner

Maintenance Chat on gitter Build Status

NPM

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

License

See https://github.com/ovh-ux/ovh-angular-input-number-spinner/blob/master/LICENSE

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago