parent.getSubscription() does not exist anymore

This commit is contained in:
Johannes Zellner
2018-03-26 15:22:34 +02:00
parent 4d85c36c16
commit 59b3cabf7e
-3
View File
@@ -273,9 +273,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
return;
}
// check subscription right away after login
$scope.$parent.getSubscription();
fetchAppstoreConfig();
});
});