Add missing state reset to error handler
This commit is contained in:
@@ -69,6 +69,7 @@ define [
|
||||
.catch (response)->
|
||||
{ data } = response
|
||||
$scope.error = data
|
||||
$scope.state.inflight = false
|
||||
|
||||
$scope.cancel = () ->
|
||||
$modalInstance.dismiss('cancel')
|
||||
|
||||
Reference in New Issue
Block a user