Manager session cookie OK !

This commit is contained in:
manzerbredes 2016-02-24 14:39:47 +01:00
parent ff1832adcf
commit c511010ec4
4 changed files with 29 additions and 11 deletions

View file

@ -31,8 +31,8 @@ mainApp.factory('Compute',[ '$http', 'Identity', function($http, Identity){
// Return services objects
return {
getMachines: getMachines
pullData: pullData
getMachines: getMachines,
pullData: pullData,
data:data
};