Dropping ember-select2 for custom component

Fixes #53
This commit is contained in:
Matthew Dillon 2015-11-13 15:13:46 -07:00
parent 024836cab0
commit d05c31cc94
8 changed files with 75 additions and 28 deletions

View file

@ -0,0 +1,3 @@
{{#each options as |option|}}
<option value={{option.id}}>{{get-property option nameAttr}}</option>
{{/each}}