No need to clear the plan since the redirect is now only if the user is signed in
This commit is contained in:
parent
f36d7d7b76
commit
a53106be3b
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ function PlansCtrl($scope, $location, UserService, PlanService) {
|
|||
};
|
||||
|
||||
$scope.cancelNotedPlan = function() {
|
||||
PlanService.notePlan('');
|
||||
};
|
||||
|
||||
$scope.buyNow = function(plan) {
|
||||
|
|
Reference in a new issue