We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on ember 1.13.2, what is the latest this library supports?
Cannot read property 'helperFunction' of undefined
https://github.com/nibynic/ember-simple-form/blob/master/addon/helpers/input-on.js#L18
most likely has to do with the new helper API in 1.13
http://emberjs.com/blog/2015/06/12/ember-1-13-0-released.html https://github.com/emberjs/rfcs/blob/master/text/0053-helpers.md emberjs/rfcs#58
The text was updated successfully, but these errors were encountered:
Unfortunately, we haven't yet tested the library with anything above Ember 1.12.
I hope to find some time to fix this next week. And maybe that'd be a good time to tidy up some things and finally release it to npm :)
Sorry, something went wrong.
It was a little tricky to fix, but the library should now work fine with Ember 1.13.2.
piotrekbator
No branches or pull requests
on ember 1.13.2, what is the latest this library supports?
https://github.com/nibynic/ember-simple-form/blob/master/addon/helpers/input-on.js#L18
most likely has to do with the new helper API in 1.13
http://emberjs.com/blog/2015/06/12/ember-1-13-0-released.html
https://github.com/emberjs/rfcs/blob/master/text/0053-helpers.md
emberjs/rfcs#58
The text was updated successfully, but these errors were encountered: