This commit is contained in:
Johannes Zellner
2018-04-26 14:49:14 +02:00
parent a37fc3093a
commit 3f082ccace

View File

@@ -106,7 +106,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
// assign late to avoid UI flicketing on update
appstoreConfig.profile = result;
$scope.appstoreConfig = $scope.appstoreConfig;
$scope.appstoreConfig = appstoreConfig;
AppStore.getSubscription($scope.appstoreConfig, function (error, result) {
if (error) return callback(error);