Rename welcome -> tutorial

This commit is contained in:
Johannes Zellner
2016-05-06 14:41:20 +02:00
parent e413f7ba9b
commit b88ee8143a
3 changed files with 31 additions and 29 deletions

View File

@@ -60,8 +60,10 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
$('#collapseResourceConstraint').collapse('hide');
$('#collapseMediaLinksCarousel').collapse('show');
$scope.appInstallForm.$setPristine();
$scope.appInstallForm.$setUntouched();
if ($scope.appInstallForm) {
$scope.appInstallForm.$setPristine();
$scope.appInstallForm.$setUntouched();
}
},
showForm: function (force) {