angular.js/test/ng
Chirayu Krishnappa 699f86c535 revert: fix($sce): allow IE7 standards mode to pass non-quirks mode test
This reverts commit 637c9b1611.
(ref #3633 and #3646)

The minimum bar for $sce is IE8 in standards mode.  IE7 standards mode
is not supported.  If you must support IE7, you should disable $sce
completely.

  angular.module('ie7support', []).config(function($sceProvider) {
    // Completely disable SCE to support IE7.
    $sceProvider.enabled(false);
  });
2013-08-22 18:42:21 -07:00
..
directive revert(ngInclude): remove ngInclude manual transclusion system 2013-08-19 14:55:19 -07:00
filter fix(filter): filter on false properties 2013-08-15 15:50:34 -07:00
anchorScrollSpec.js fix($sniffer): report history false on Android < 4 2012-05-14 15:12:51 -07:00
animateSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
browserSpecs.js fix($browser): should use first value for a cookie. 2013-05-11 09:28:14 -07:00
cacheFactorySpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
compileSpec.js fix(ngTransclude): clear the translusion point before transcluding 2013-08-20 23:31:38 -07:00
controllerSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
documentSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
exceptionHandlerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
httpBackendSpec.js feat($http): add support for aborting via timeout promises 2013-05-20 14:15:04 -07:00
httpSpec.js fix(core): parse URLs using the browser's DOM API 2013-07-19 01:44:57 -07:00
interpolateSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
localeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
locationSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
logSpec.js feat($log): add $log.debug() 2013-01-17 16:47:39 -08:00
parseSpec.js fix($parse): handle promises returned from parsed function calls 2013-08-15 15:15:27 -07:00
qSpec.js fix($q): fix forwarding resolution when callbacks aren't functions 2013-08-21 16:58:40 -07:00
rootElementSpec.js feat($rootElement): added application root element 2012-06-02 14:50:58 -07:00
rootScopeSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
sceSpecs.js revert: fix($sce): allow IE7 standards mode to pass non-quirks mode test 2013-08-22 18:42:21 -07:00
snifferSpec.js fix($sniffer): ensure older versions of webkit work for animations 2013-08-19 15:51:28 -07:00
timeoutSpec.js fix($timeout): clean deferreds immediately after callback exec/cancel 2013-08-14 14:34:06 -07:00
urlUtilsSpec.js feat($sce): new $sce service for Strict Contextual Escaping. 2013-07-25 13:00:35 -07:00
windowSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00