diff --git a/gulpfile.js b/gulpfile.js
index c3458cd58d..30d9ab0355 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -179,9 +179,6 @@ gulp.task('bundle.ionic', ['transpile'], function() {
prepend.push('window.Element.prototype.animate=undefined;');
}
- // prepend correct system paths
- prepend.push('System.config({ "paths": { "ionic/*": "ionic/*", "rx": "rx" } });');
-
return gulp.src([
'dist/src/es5/system/ionic/**/*.js'
])
diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html
index 3ffbb3fb28..e7b1c56f4e 100644
--- a/scripts/e2e/e2e.template.html
+++ b/scripts/e2e/e2e.template.html
@@ -53,7 +53,17 @@
-
+