sukima / ember-cli-select-picker

An enhanced Boostrap styled select component addon for Ember CLI
https://sukima.github.io/ember-cli-select-picker
MIT License
23 stars 15 forks source link

Is this plugin compatible with Ember 2.0? #34

Closed chrissvo closed 9 years ago

chrissvo commented 9 years ago

I'm getting this build error: Assertion Failed: Using{{view}}or any path based on it ('admin/templates/components/list-picker.hbs' @ L1:C0) has been removed in Ember 2.0

sukima commented 9 years ago

Not yet.

fizz commented 9 years ago

I'm using it with canary, it seems to work fine...

sukima commented 9 years ago

@fizz Thanks, that is good to know. I was a bit worried on what to do with 2.0.

Speaking of which, it would help things if I knew which version of the select-picker addon each of you is using.

fizz commented 9 years ago

@sukima I'm using 2.2.0

chrissvo commented 9 years ago

I'm currently using the ember default

fizz commented 9 years ago

@Chrissvo, I just reread your first comment and understood what's going on. I think your issue is solved by https://github.com/sukima/ember-cli-select-picker/commit/8c0cdb36813a1ead1017326e8280da9ce8857e17 so you might want to upgrade your version in package.json.

If you just ember install ember-cli-select-picker it'll upgrade you to 2.2.0 and the add-on will no longer be using a view.

fizz commented 9 years ago

Either that or use nativeMobile=false to skip the select view.

chrissvo commented 9 years ago

Thanks @fizz, just tested this and it works! Closing the issue