Skip to content

jusefb/sp-boostrap-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sp-boostrap-forms

A set of directives to work with Bootstrap forms and Angular js

Available fields

Currency

The default value for the currency can be set in the module configuration using the module provider using the setDefaults function. See example below:

    spbootstrapFormsProvider.setDefaults({
        rootPath: 'sp-boostrap-forms/',
        currency: '£'
    });
<abf-currency label="{{'activerecord.attributes.claim_item.cost' | translate}}" placeholder="" ng-model="vm.claimItem.cost" name="cost" ng-required="true"></abf-currency>

About

A set of directives to work with Bootstrap forms and Angular js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors