Meny Taieb
Results
1
comments of
Meny Taieb
I replaced directive template within a decorator, like this: `// get the angular-emoji-picker module angular.module('vkEmojiPicker').config(emojiPickerConfig) function emojiPickerConfig($provide) { $provide.decorator('emojiPickerDirective', emojiPickerDecorator); function emojiPickerDecorator($delegate) { var directive = $delegate[0]; directive.templateUrl = "template-path/your-template.html";...