Hide potential other modals when we prompt for appstore login

This commit is contained in:
Johannes Zellner
2016-08-01 13:48:15 +02:00
parent c80b89ae8e
commit d5644ae3f1

View File

@@ -230,6 +230,8 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
},
show: function () {
$('#appInstallModal').modal('hide');
$scope.appstoreLogin.reset();
$('#appstoreLoginModal').modal('show');
},