aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular-bootstrap.js')
-rw-r--r--src/angular-bootstrap.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js
index f9d9643d..7a1752d2 100644
--- a/src/angular-bootstrap.js
+++ b/src/angular-bootstrap.js
@@ -101,9 +101,6 @@
var config = angularJsConfig(document);
- // angular-ie-compat.js needs to be pregenerated for development with IE<8
- config.ie_compat = serverPath + '../build/angular-ie-compat.js';
-
angularInit(config, document);
}