summaryrefslogtreecommitdiff
path: root/client/js/services
diff options
context:
space:
mode:
authorLoic GUEGAN <loic@Manzerbredes.home>2016-05-09 12:29:33 +0200
committerLoic GUEGAN <loic@Manzerbredes.home>2016-05-09 12:29:33 +0200
commitc5f4a11b1251a7dae6ae868c6d5ff519c34eab37 (patch)
tree4e19737fff2f21fcf458a57622239608159bd1cb /client/js/services
parent4bac0804184f7a11eb76b420a2325ce170e24985 (diff)
Correct bug
Diffstat (limited to 'client/js/services')
-rw-r--r--client/js/services/Image.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/services/Image.js b/client/js/services/Image.js
index 6df5ff5..4dda425 100644
--- a/client/js/services/Image.js
+++ b/client/js/services/Image.js
@@ -5,7 +5,7 @@ mainApp.factory('Image', ['$http', 'Identity', function ($http, Identity) {
var data = {};
data.images = null; // Images
data.axioms = {};
- data.axioms.protected = [true, false];
+ data.axioms.protected = ["false", "true"];
data.axioms.visibility = ["public", "private"];
/**
* Parse uploadImage anwser