Arne W.
Arne W.
Yes, `model2.items` contains `item`. I am not using `model.item` directly, because that throws: ``` Cannot delegate set('id', (null)) to the 'content' property of object proxy : its 'content' is undefined....
You can see the parse error at the Travis CI build. I have no idea what is wrong.
Those failing tests will pass on Ember 1.11.
Yes, that would mean Ember CLI 0.2.2+. That version was released on March 30th. I guess it is reasonable to depend on that by now.
`{{select}}` can certainly be removed. E.g. you could write your own implementation of html's `` tag or utilize https://github.com/thefrontside/emberx-select.
This also happens with Linux, so the `platform:windows` tag is wrong. PMS Version: 1.15.0.659 PMP Version: 2.27.0.949-542ba3ed Platform: Linux 4.20.6-arch1-1-ARCH
No clue about those failing tests right now. Very hard to debug...
@dukex thanks, but I already had those settings. If they are not set, ember-cli-cordova even prints an error message.
@dukex Please see the updates to my post. The problem is, that `defaultLocationType` is overriden by the proxy. Thus, ember-cli-cordova does not work correctly with the proxy feature for now.