ng-include does not work
hihl opened this issue · 3 comments
hihl commented
How to use ng-include?
Foxandxss commented
That is one of the edge cases.
You can use the ngtemplate loader and save all your templates inside $templateCache instead of saving the html as raw in the bundle.
hihl commented
thx
adiakritos commented
I had this issue.
Try the //@require method described here: http://stackoverflow.com/questions/33436729/webpack-using-require-for-ng-include/34473337#34473337