I\'m having a problem with ngView in PhoneGap.
Everything seems to be loading just fine and I can even get a basic controller working using ng-controller. But when I
I was able to resolve the issue by disabling the local access policy flags in Google Chrome.
$ open -a Google\ Chrome --args --disable-web-security for Mac OS.
Here is the link to how to disable local access file policy.