Does anyone know how to get a PDF to display in IE 11 using 
Angular's Strict Contextual Escaping ($sce)?  I make the call to 
trustAsResourceUrl() which works in Firefox and Chrome, but this appears 
not to work in IE.  Does anyone know what the equivalent call to this might 
be, and if so, how to use it?  When I debug I see the different result of 
calling trustAsResourceUrl() below.

Chrome returns this:
blob:http%3A//localhost%3A8111/697dac7f-047f-4e08-a609-7a15e0116803

IE returns this:
blob:697dac7f-047f-4e08-a609-7a15e0116803

The code is at:
https://jsfiddle.net/z65q1ybo/

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to