Correct bug
This commit is contained in:
parent
cddd9682e6
commit
a9e8c8e664
4 changed files with 35 additions and 30 deletions
|
@ -112,8 +112,9 @@ mainApp.factory('Compute', ['$http', 'Identity', function ($http, Identity) {
|
|||
|
||||
// Wait and handle the response
|
||||
result.then(function (response) {
|
||||
callback();
|
||||
console.log(response.data.Error)
|
||||
console.log(response.data)
|
||||
callback();
|
||||
|
||||
}, function (response) {
|
||||
console.log("error")
|
||||
callback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue