Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ovh-angular-input-number-spinner

Package Overview
Dependencies
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovh-angular-input-number-spinner

Input Number with spinner

  • 2.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
10
Weekly downloads
 
Created
Source

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

License

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

FAQs

Package last updated on 30 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc