This commit is contained in:
Loic GUEGAN 2016-05-05 13:51:18 +02:00
parent 8b7ee2ca95
commit 105166c160
3 changed files with 15 additions and 11 deletions

View file

@ -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) {