Roman Galochkin
Results
3
comments of
Roman Galochkin
In my case it did not work because in the template "templates/emoji-button-bootstrap.html" were used old Angular UI Bootstrap directives. I fixed it like this: ``` angular.module("templates/emoji-button-bootstrap.html", []).run(["$templateCache", function ($templateCache) {...
Yes. But I have solved this issue by passing compile constants in the providers. Thanks.
I have the same issue.