1.1.0 • Published 8 years ago

angular-restrict-number v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

angular-restrict-number

NPM

Installation

Installation is super easy, simply add the dependency to your build and add <input type="text" ng-model=".." ng-number/> to your your input

# use npm
$ npm install angular-restrict-number

Add angular-restrict-number to your dependencies

angular
  .module('yourApp', ['ngNumber'])
  .controller('SampleController', function () {})