parent.getSubscription() does not exist anymore
This commit is contained in:
@@ -273,9 +273,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
return;
|
||||
}
|
||||
|
||||
// check subscription right away after login
|
||||
$scope.$parent.getSubscription();
|
||||
|
||||
fetchAppstoreConfig();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user