Skip to content

Instantly share code, notes, and snippets.

View FrontlineOscar's full-sized avatar

FrontlineOscar

View GitHub Profile
import Ember from 'ember';
import XSelectComponent from './x-select';
var isArray = Ember.isArray;
/**
* Used to wrap a native `<option>` tag and associate an object with
* it that can be bound. It can only be used in conjuction with a
* containing `x-select` component
*