zestia / ember-select-box

:capital_abcd: A faux select box for Ember apps
MIT License
64 stars 14 forks source link

Minimal Ember version? #1

Closed bekharsky closed 8 years ago

bekharsky commented 8 years ago

Hi! I've tried to install this on 1.13.10 and had no success:

"Uncaught Error: Could not find module ember-component imported from ember-cli-select-box/components/select-box/native"

What is minimal Ember.js version supported?

amk221 commented 8 years ago

It relies on contextual components, so this would be the minimal version.

I will put a badge on the readme so this is more clear. Thanks