No need to clear the plan since the redirect is now only if the user is signed in

This commit is contained in:
Joseph Schorr 2013-12-13 15:50:57 -05:00
parent f36d7d7b76
commit a53106be3b

View file

@ -34,7 +34,6 @@ function PlansCtrl($scope, $location, UserService, PlanService) {
}; };
$scope.cancelNotedPlan = function() { $scope.cancelNotedPlan = function() {
PlanService.notePlan('');
}; };
$scope.buyNow = function(plan) { $scope.buyNow = function(plan) {