Skip to content

ngModules/angular-directive-numberonly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-directive-numberonly

Angular directive that allow only number

Usage

  1. Add the inputFormatters module as a dependency in your AngularJS app;
  2. Add the custom attribute numbers-only to the your input. Note: Your input need to have ng-model attribute
  3. You're done!

Example

<input type='text' ng-model='mynumber' numbers-only>

About

Angular directive for text input that only allow numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published