1.0.3 • Published 9 years ago

ng-name-format v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ngNameFormat

Install

With Bower:

bower install --save ng-name-format

With npm:

npm install --save ng-name-format

Configuration

  • Import the ngNameFormat.min.js script in your page. For example:
<script src="ngNameFormat.min.js"></script>
  • Include the module name ngNameFormat in 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