Skip to content

joaocarvalhowd/ngNameFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages