-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Please add possibility to specify another template or using this strategy:
templateUrl: function(element, attrs) {
// default to 'old' template
// only use other template if passed through the 'template-url' attribute
return attrs.templateUrl || "/angular-time-picker.tpl.html";
}or
templateUrl: function(elem,attrs) {
return attrs.dataTemplateUrl || '/angular-time-picker.tpl.html'
}<wy-time-picker
...
data-template-url="contentUrl"
...
>
</wy-time-picker>Metadata
Metadata
Assignees
Labels
No labels