We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install the bower component
bower install https://github.com/shanmohan/mohan-directives.git
Refer the directive.js within your index file
<script src="bower_components/mohan-directives/directive.js"></script>
Inject the component module into your main module
angular.module('ekConsumerApp', ['mohan-directives']);
Use the directive in your input controls
<input type="text" ng-model="name" mohan-numeric-only>