Angular directive that allow only number
- Add the
inputFormatters
module as a dependency in your AngularJS app; - Add the custom attribute
numbers-only
to the your input. Note: Your input need to have ng-model attribute - You're done!
<input type='text' ng-model='mynumber' numbers-only>