دنبال کننده ها

۱۳۹۶ آبان ۱۲, جمعه

angularjs directive - Ionic v1 ion-list / ion-item decorate

[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]

لینک منبع