Skip to content

Commit

Permalink
Update step1-controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nhathoang989 authored Nov 16, 2018
1 parent a055cb2 commit db8f74a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ app.controller('Step1Controller', ['$scope', '$rootScope', 'ngAppSettings', '$ti
adminPassword: '',
lang: 'en-us',
isSqlite: false,
culture: $scope.settings[0]
culture: $scope.settings.cultures[0]
};
$scope.updateLocalDbName = function () {
$scope.initCmsModel.localDbConnectionString = 'Server=(localdb)\\mssqllocaldb;Database=' + $scope.initCmsModel.localDbName + ';Trusted_Connection=True;MultipleActiveResultSets=true';
Expand All @@ -135,4 +135,4 @@ app.controller('Step1Controller', ['$scope', '$rootScope', 'ngAppSettings', '$ti
$scope.$apply();
}
}
}]);
}]);

0 comments on commit db8f74a

Please sign in to comment.