Saturday 7 September 2013

AngularJS Chrome Disable same origin policy

I case you have problem loading template files in chrome: 
open your console.
Make sure you have closed chrome before running following command.

Command:
Chrome.exe --allow-file-access-from-files
Now open your chrome again and your scripts should work.



No comments:

Post a Comment