show generic error handler only on error

This commit is contained in:
Henry Oswald 2015-02-03 10:41:58 +00:00
parent 48a17729e4
commit e4976539d9

View file

@ -99,7 +99,7 @@ define [
window.location.href = "/user/subscription/thank-you"
.error (data, status, headers)->
$scope.processing = false
$scope.genericError = "Something went wrong processing the request"
$scope.genericError = "Something went wrong processing the request"
$scope.submit = ->
$scope.processing = true