Shafaq Kazmi

Results 1 issues of Shafaq Kazmi

How to map string array to ng selectize data. One solution is to add extra mapping like: ``` var items = data.map(function(x) { return { item: x }; }); $('#input-tags').selectize({...