This commit is contained in:
manzerbredes 2016-04-03 11:15:52 +02:00
parent 237b627bf6
commit a7bf9306d3
5 changed files with 22 additions and 17 deletions

View file

@ -56,5 +56,5 @@ mainApp.controller('uploadImageCtrl', ['$scope', 'Image', 'Loading', 'Identity',
};
$scope.token=Identity.getToken();
}]);