I am trying to use Chrome App, which will be a typical angular single page app, with multiple partial views etc. I am using https://github.com/angular-ui/ui-router for the views/routing purpose.
After sandboxing the html page hosting angular and all other scripts, I am getting this error:
XMLHttpRequest cannot load chrome-extension://hjilagjleifhpbceplnonicobelbcibo/html/partials/waiting.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
Here "waiting.html" is a partial view I want to inject in main view. Anyway to get around this ?