1.0.2 • Published 8 years ago

yoleth-themepicker v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

yoleth-themepicker

AngularJS directive to pick theme

##Usage

###Installation

$ npm install yoleth-themepicker.min.js

###Registration

To be able to use the directive, you need to register the yoleth.themepicker module as a dependency:

angular.module('yourModule', ['yoleth.themepicker'
    // other dependencies
]);

###Directive The directive work with element level.

<yl-theme
    yl-themes="themes"
    ng-model="element.options.theme">
</yl-theme>

Short doc for all of the attributes:

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago