khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 184 forks source link

Customizable Template Urls #10

Closed remmeier closed 9 years ago

remmeier commented 10 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

diosney commented 9 years ago

+1

diosney commented 9 years ago

@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.

khan4019 commented 9 years ago

merge done