diff --git a/test/e2e/fixtures/angular-already-loaded/index.html b/test/e2e/fixtures/angular-already-loaded/index.html
index 292124d4fe1b..b001636dabd8 100644
--- a/test/e2e/fixtures/angular-already-loaded/index.html
+++ b/test/e2e/fixtures/angular-already-loaded/index.html
@@ -1,10 +1,12 @@
-
+
+
-
-
-
+
+
+
+
diff --git a/test/e2e/fixtures/angular-already-loaded/script.js b/test/e2e/fixtures/angular-already-loaded/script.js
index 2d625bb4f19c..f731efe3e2c9 100644
--- a/test/e2e/fixtures/angular-already-loaded/script.js
+++ b/test/e2e/fixtures/angular-already-loaded/script.js
@@ -1,4 +1,5 @@
-angular.module("test", []).
- controller("TestCtrl", function($scope) {
- $scope.text = "Hello, world!";
+angular.
+ module('test', []).
+ controller('TestController', function($scope) {
+ $scope.text = 'Hello, world!';
});
diff --git a/test/e2e/fixtures/loader/index.html b/test/e2e/fixtures/loader/index.html
index 3df9ae87a5d4..a7f97b42cfca 100644
--- a/test/e2e/fixtures/loader/index.html
+++ b/test/e2e/fixtures/loader/index.html
@@ -1,20 +1,23 @@
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/e2e/fixtures/loader/script.js b/test/e2e/fixtures/loader/script.js
index 9dd6ec9919a7..3ea83bae30a5 100644
--- a/test/e2e/fixtures/loader/script.js
+++ b/test/e2e/fixtures/loader/script.js
@@ -11,6 +11,6 @@ angular.
'ngAria',
'ngAnimate'
]).
- controller('TestCtrl', function TestCtrl($scope) {
+ controller('TestController', function($scope) {
$scope.text = 'Hello, world!';
});
diff --git a/test/e2e/fixtures/ngJq/index.html b/test/e2e/fixtures/ngJq/index.html
index af91514ac1e5..7d035a26225d 100644
--- a/test/e2e/fixtures/ngJq/index.html
+++ b/test/e2e/fixtures/ngJq/index.html
@@ -10,6 +10,6 @@
window[''] = window.jQuery;
-
+