I am on AngularJS v1.3.8 and I am trying to run my AngularJS site from disk on Windows 8. I have removed all templates in separate files and placed them in script tags in index.
I can run the site locally on all browsers except IE. No external calls are required, the data and other content are all present on disk. I have also tried to move all files into a single directory to eliminate the required to traverse sub directories
I am hosting a browser control in my app and cannot run it from a web server. I have been using unstructured JQuery up until now, but want to move my mini websites to structured / testable code
No matter what I try, I get the following
"Error: Access is denied." + "at Anonymous function (file:///C:/Backup/POC/Clients/Client001/angular/appsingle/angular.min.js:86:362)"
Thanks Jaco