Skip to content

Commit

Permalink
added custom template documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Carter committed Apr 25, 2015
1 parent 460cd4f commit 40d61d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ Currently the config object accepts an options property with an object of allowe

Setting the keys as booleans will turn the selection on and off.

##Custom Templates:

As noted by [TimotheeJeannin](https://github.com/TimotheeJeannin) you can use custom template by adding the following attribute to the directive DDO:

templateUrl: function(element, attributes) {
return attributes.template || 'cronselection.html';
},

##Initializing UI with data from server

The directive takes an optional attribute of `init`
Expand Down

0 comments on commit 40d61d1

Please sign in to comment.