diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 13:51:18 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 13:51:18 +0200 |
| commit | 105166c16006e03fed20af4554593f3bac744fba (patch) | |
| tree | a386761beffd862e88926d7bb0f07322ee7330f2 /client/js/services | |
| parent | 8b7ee2ca9582f47a2d438fad0361dff8001cf1e2 (diff) | |
Test
Diffstat (limited to 'client/js/services')
| -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) { |
