Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've been working with IE8 for six months now, feel your pain.</p> <p>Without seeing your code it's hard exactly to say what's wrong</p> <p>Here's a very very basic page I just tested with IE8, for you to compare against:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta http-equiv="X-UA-Compatible" content="IE=8"&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;Prompt Detail View&lt;/title&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;meta name="description" content=""&gt; &lt;meta name="author" content=""&gt; &lt;!-- disable browser cache --&gt; &lt;meta http-equiv="cache-control" content="max-age=0" /&gt; &lt;meta http-equiv="cache-control" content="no-cache" /&gt; &lt;meta http-equiv="expires" content="0" /&gt; &lt;meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /&gt; &lt;meta http-equiv="pragma" content="no-cache" /&gt; &lt;!--[if lte IE 8]&gt; &lt;script&gt; document.createElement('ng-include'); document.createElement('ng-pluralize'); document.createElement('ng-view'); // Optionally these for CSS document.createElement('ng:include'); document.createElement('ng:pluralize'); document.createElement('ng:view'); &lt;/script&gt; &lt;![endif]--&gt; &lt;!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --&gt; &lt;!--[if lt IE 9]&gt; &lt;script src="//html5shim.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt; &lt;![endif]--&gt; &lt;script src="js/jquery-1.7.2.min.js"&gt;&lt;/script&gt; &lt;script src="js/angular-1.0.2.js" ng:autobind&gt;&lt;/script&gt; &lt;script&gt; var pageModule = angular.module('pageModule',[]) .controller('pageCtrl',function($scope) { $scope.foo = 'my foo'; }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app="pageModule" ng-controller="pageCtrl"&gt; {{foo}} &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload