diff options
Diffstat (limited to 'client/js/services/Compute.js')
| -rw-r--r-- | client/js/services/Compute.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/services/Compute.js b/client/js/services/Compute.js index 992f20c..1d1aeb5 100644 --- a/client/js/services/Compute.js +++ b/client/js/services/Compute.js @@ -128,6 +128,7 @@ mainApp.factory('Compute', ['$http', 'Identity', function ($http, Identity) { // Wait and handle the response result.then(function (response) { + callback(); console.log(response.data.Error) }, function (response) { |
