Closed remmeier closed 9 years ago
the following code could be used to make the template url customizable:
templateUrl: function(element, attr) { return attr.templateUrl ? attr.templateUrl : 'defaul-template-url.html' },
Regards
+1
@remmeier If you need this functionality you can use the fork at https://github.com/diosney/tree-grid-directive until its merged into the main repo.
merge done
the following code could be used to make the template url customizable:
templateUrl: function(element, attr) { return attr.templateUrl ? attr.templateUrl : 'defaul-template-url.html' },
Regards