Closed devtoro closed 8 years ago
Hi there, thanks for the feedback Are you >= Ember 2.3.0
No, actually I just checked the one issue you had ( status - closed ) and I saw the minimal Ember version needed. Please add that in the readme :)
It is on a badge on the readme, although I just corrected it from '>2.3.0` to '>=2.3.0' Thanks!
Indeed, my bad :)
Hello everyone!
I am working on an ember-cli application ( ember-cli version: 0.2.7 ). When I try to use the addon according to your examples, I get the following error:
Could not find module
ember-component
imported fromember-cli-select-box/components/select-box/native
I just installed the component and used it as in the example
with no additions. I Tried to "fix" this by importing "Ember" in the component end extend Ember.Component ( which worked ), but then the next "import" failed with the same kind of error.
Any ideas/suggestions?
Thank you for your time :)