Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [{"AttributeId":169,"AttributeName":"Abstract"},
  2. {"AttributeId":170,"AttributeName":"Animal"},
  3. {"AttributeId":171,"AttributeName":"Beach"}]
  4.  
  5. $(".attribute-tagging").select2({
  6. closeOnSelect: true, placeholder: ""
  7. });
  8.  
  9. <select class="attribute-tagging" id="edit-attributes" multiple="multiple">
  10. <option value="{{attribute.AttributeId}}" ng-repeat="attribute in attributes">{{attribute.AttributeName}}</option>
  11. </select>
  12.  
  13. [170,171]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement