Test
This commit is contained in:
parent
8b7ee2ca95
commit
105166c160
3 changed files with 15 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue