preboot/angularjs-webpack

ng-include does not work

hihl opened this issue · 3 comments

hihl commented

How to use ng-include?

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