Add comments and correct some bugs
This commit is contained in:
parent
21b68f1da1
commit
8e700c2b7d
6 changed files with 59 additions and 68 deletions
|
@ -101,8 +101,6 @@ mainApp.factory('Compute',[ '$http', 'Identity', function($http, Identity){
|
|||
|
||||
// Wait and handle the response
|
||||
result.then(function (response){
|
||||
alert(Identity.getToken());
|
||||
|
||||
callback(parsePullImagesAnswer(response, false));
|
||||
},function(response){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue