Skip to content

Directive that makes the inputs with `integer` to be available as integer in the model.

Notifications You must be signed in to change notification settings

zaheeraws/angular-integer-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

angular-integer-input

Directive that makes the inputs with integer to be available as integer in the model.

bower install integer-input --save

inject 'integer-input' in your app module as following.

angular.module('test', ['integer-input']);

use in input as <input type="[text|number|checkbox|radio etc]" ng-model="product.quantity" integer/>

About

Directive that makes the inputs with `integer` to be available as integer in the model.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published