ouya99 opened this issue 9 years ago · 1 comments
Should it be like
imageFiles = [ 'abc.png', 'def.png' ];
or a map?
I do not get it displayed correctly
options: _.map(imageFiles, function (state) { return {_id: state, url: state}; }) }
would work. having a normal imageFiles list (shown above)