diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/database.controller.js b/src/Umbraco.Web.UI.Client/src/installer/steps/database.controller.js index 33c0ffca12..30d42299b5 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/database.controller.js +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/database.controller.js @@ -29,7 +29,7 @@ angular.module("umbraco.install").controller("Umbraco.Installer.DataBaseControll $scope.validateAndForward = function() { - if (!$scope.checking && this.myForm.$valid) + if (!$scope.checking && this.installerForm.$valid) { $scope.checking = true; $scope.invalidDbDns = false; diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/database.html b/src/Umbraco.Web.UI.Client/src/installer/steps/database.html index e75a82f9df..4282770e75 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/database.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/database.html @@ -6,7 +6,7 @@

Go back diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.controller.js b/src/Umbraco.Web.UI.Client/src/installer/steps/user.controller.js index 6654fe447c..28a781a8ec 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.controller.js +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.controller.js @@ -81,7 +81,7 @@ angular.module("umbraco.install").controller("Umbraco.Install.UserController", f }; $scope.validateAndForward = function () { - if (this.myForm.$valid) { + if (this.installerForm.$valid) { installerService.forward(); } }; diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html index 7e37c57328..20c406aefe 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -8,7 +8,7 @@ @@ -137,7 +137,7 @@ -
+
Change Database -
@@ -159,7 +159,7 @@