Correct bug

This commit is contained in:
Loic GUEGAN 2016-04-18 13:16:50 +02:00
parent ae4e028231
commit 5b5f526aa0
4 changed files with 19 additions and 11 deletions

View file

@ -4,7 +4,9 @@ mainApp.factory('Image', ['$http', 'Identity', function ($http, Identity) {
// Data object
var data = {};
data.images = null; // Images
data.axioms={};
data.axioms.protected=[true,false];
data.axioms.visibility=["public", "private"];
/**
* Parse uploadImage anwser
* @param {type} response