Skip to content

jusefb/sp-boostrap-forms

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

No packages published