Przemyslaw Koziel
Results
2
comments of
Przemyslaw Koziel
The first solution from @bastienmoulia works for me. I have not noticed any side effects yet. I have not tried the second one yet, but it looks interesting. Still, it...
It is working for me only because I use typeahead only once in the application. I hope it is clear. ``` angular.module('myModule').run(['$templateCache', function ($templateCache) { $templateCache.put( "uib/template/typeahead/typeahead-popup.html", require("./relativePathFromHereToPopUp/custom-popup.html")); }]); ```