symrad
Results
2
comments of
symrad
This is the solution I implemented (I know it can be done in a more elegant way, with regard to $$addElementsToColumns function but unfortunately I did not have much time):...
without change anything, you can do something like this ``` javascript $provide.decorator('abnTreeDirective', function ($delegate) { var directive = $delegate[0]; delete directive.template; directive.templateUrl = function(scope, attrs){ var templateUrl; switch(attrs.abnTreeTemplateType){ case 'menu':...