Add comments and correct some bugs

This commit is contained in:
Loic GUEGAN 2016-04-17 18:42:15 +02:00
parent 21b68f1da1
commit 8e700c2b7d
6 changed files with 59 additions and 68 deletions

View file

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