I\'m running an AngularJS app which merely include a file
That works when run un
One workaround is to inline your templates:
Fiddle.
This puts your template into Angular's template cache. When an ng-include directive is processed, Angular checks the cache first.