[ad_1]
Is it possible to create decorator for "ionList" or "ionItem" directive?
I tried something like this:
angular.module('starter').run(function()
...
).decorator('ionListDirective', function($delegate)
var directive = $delegate[0];
var compile = directive.compile;
...
return $delegate;
);
But works nothing...
I'll appreciate any help
[ad_2]
لینک منبع