Skip to content

cempehlivan/cp-currency-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS input currency format directive

Demo

Using

var  app = angular.module("ExampleApp", ["cp.currencyFormat"]);

Default

<input type="text" ng-model="model1" cp-currency>

4 Decimal

<input type="text" ng-model="model2" cp-currency="4">

Negative

<input type="text" ng-model="model3" cp-currency cp-currency-negative>

Validate Min Max Attr

<input type="text" ng-model="model4" required cp-currency min="10" max="50">

About

AngularJS input currency format directive

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published