Loading angular in IE from file system

303 Views Asked by At

I have an angular app that has to be loaded from the file system, by IE, and will be shipped to clients (so I can't override security configurations)

The error I am getting has to do with trying to ng-include templates and getting an Error: Access is denied. in IE.

Searching the web, I found the perfect solution in the form of Mark of the Web. I added <!-- saved from url=(0014)about:internet --> to the second line of my index.html, but that didn't remove the error.

I know another possible solution is to add all my templates as <script type="text/ng-template"> and load them from the templateCache, but this will be a large app and I don't want to have all my html written in one file.

Is there anything i'm missing? Any possible solution? Why is my MOTW tag not working? Appreciate any idea, i'm desparate!

Thanks, Uri

0

There are 0 best solutions below