Embedding a random MS Word word doc, which I found on the internet, works if I hard code the URL:
You should use $sce.trustAsResourceUrl
var cvUrl =
'http://docs.google.com/gview?url=https://d9db56472fd41226d193-1e5e0d4b7948acaf6080b0dce0b35ed5.ssl.cf1.rackcdn.com/spectools/docs/wd-spectools-word-sample-04.doc&embedded=true';
$scope.cvUrlTrusted = $sce.trustAsResourceUrl(cvUrl);
and HTML:
Demo Fiddle
or:
doesn't work too because of policy, so you need pass through $sce full URL