Add appstore accessToken to subscription setup links
This commit is contained in:
@@ -387,11 +387,8 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
|
||||
});
|
||||
}
|
||||
|
||||
$scope.pollSubscriptionStatus = function () {
|
||||
if (!$scope.$parent) return; // user changed view. otherwise we get an error that $scope.$parent is null
|
||||
|
||||
// poll on the main controller
|
||||
$scope.$parent.pollSubscriptionStatus();
|
||||
$scope.openSubscriptionSetup = function () {
|
||||
Client.openSubscriptionSetup($scope.subscription);
|
||||
};
|
||||
|
||||
$('#avatarFileInput').get(0).onchange = function (event) {
|
||||
|
||||
Reference in New Issue
Block a user