angular.js/test
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
..
auto feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
ng revert: fix($sce): allow IE7 standards mode to pass non-quirks mode test 2013-08-22 18:42:21 -07:00
ngAnimate fix(ngAnimate): make sure that the class value passed into addClass/removeClass is the base class string value 2013-08-09 14:39:58 -07:00
ngCookies feat($cookieStore): $cookieStore.get now parses blank string as blank string 2013-05-08 10:04:07 +01:00
ngMock feat(ngMock/$httpBackend): support a matching function for data param 2013-08-06 16:54:50 +01:00
ngResource feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
ngRoute feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
ngSanitize fix(sanitize): match URI schemes case-insensitively 2013-07-12 09:29:21 +01:00
ngScenario feat(scenario): expose jQuery for usage outside of angular scenario 2013-07-31 15:50:12 -07:00
ngTouch chore(ngMobile): rename module ngTouch and file to angular-touch.js 2013-08-09 11:54:35 -07:00
AngularSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
ApiSpecs.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
BinderSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
jqLiteSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00
loaderSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
matchers.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
minErrSpec.js feat(minerr): log minerr doc url in development 2013-08-15 13:23:18 -07:00
testabilityPatch.js fix(docs-bootstrap): Removed injector from bootstrapped docs samples 2013-08-09 10:19:41 -07:00