Fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user