1.0.3 • Published 9 years ago
ng-name-format v1.0.3
ngNameFormat
Install
With Bower:
bower install --save ng-name-formatWith npm:
npm install --save ng-name-formatConfiguration
- Import the
ngNameFormat.min.jsscript in your page. For example:
<script src="ngNameFormat.min.js"></script>- Include the module name
ngNameFormatin your angular app. For example:
angular.module("your-app", ['ngNameFormat']);How to use
- Example:
<input type="text" name="field" ng-model="name" ng-name-format>Contributions
Create a issue or send a pull request!
License
MIT