/ng-numonly

AngularJS directive to input only numerals

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

ng-numonly

==========

Numbers only input directive for AngularJs

Example:

<input type="text" ng-numonly ng-trim="false"> 

Using ng-trim="false" is mandatory because otherwise browser allows input of spaces.