show settings with migrate ui on upgrade button click

This commit is contained in:
Johannes Zellner
2016-08-30 10:37:25 +02:00
parent a9210dcc0c
commit 8312cbe792

View File

@@ -11,6 +11,10 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
$scope.cachedCategory = ''; // used to cache the selected category while searching
$scope.searchString = '';
$scope.showRequestUpgrade = function () {
$location.path('/settings');
};
$scope.appInstall = {
busy: false,
installFormVisible: false,