[AngularJS] ng-src in ie8: image not loaded and unsafe added to path

2014-02-16 Thread Surreal
Hi, I just wanted to add an image to my app. As advised, I used the ng-src directive: img ng-src={{app.imgBig}} alt=lorem ipsum height=100 width=200 title=lorem ipsum / It works fine on most browsers but it doesn't on ie8. The image is not loaded as instead of adding the absolute url to the

[AngularJS] Re: AngularJS and quirks mode: blank screen on IE8+

2014-02-12 Thread Surreal
Maybe some code would help to understand the problem: *index.html* !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html lang=fr head meta http-equiv=Content-Type content=text/html; charset=utf-8 meta

[AngularJS] Re: bug in IE8 - quirks mode

2014-02-05 Thread Surreal
Hubbard a écrit : I don't see a DTD on your pasted code. There should be an element above the `html` that has: `!doctype html`. On Tuesday, February 4, 2014 12:20:52 PM UTC-8, Surreal wrote: Hi, I made a quick test to check if my app was compatible with IE7+. Weirdly, it works in IE7 but I

[AngularJS] bug in IE8 - quirks mode

2014-02-04 Thread Surreal
Hi, I made a quick test to check if my app was compatible with IE7+. Weirdly, it works in IE7 but I get this error in IE8 (http://docs.angularjs.org/error/$sce:iequirks): Strict Contextual Escaping does not support Internet Explorer version 9 in quirks mode. You can fix this by adding the