AngularJS errors: Blocked loading resource from url not allowed by $sceDelegate policy

Issue #1 : The url you are trying to request from your app is not safe according to the AngularJS sceDelegatePolicy. To resolve it, you need to whitelist the url in your app using resourceUrlWhitelist method in $sceDelegateProvider as shown below : For a clear explanation and above example are from here Issue #2: The … Read more