oliver
Member since Apr 8, 2015
- Profile: /members/12615-oliver.htm
- Comments: 2
Recent Blog Comments By oliver
-
Looking At $compile() And MaxPriority In AngularJS
Posted on Apr 8, 2015 at 5:39 AM
oh no sorry. its not on the same node, but i have a directive like that: app.directive('bmUndoButton', function () { 'use strict'; return { restrict: 'A', transclude: true, replace: true, template: '<div bn-friend><i data-ng-transclude></div>' }; });... read more »
-
Looking At $compile() And MaxPriority In AngularJS
Posted on Apr 8, 2015 at 5:29 AM
Thank you Ben. And Anthony, because I had also issues with the compiling inside first. But I still have one big problem. I use this kind of directive on a node, where I have a second directive like this: app.directive('bmUndoButton', function () { 'use strict'; return { restrict: 'A', ... read more »