-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
#each with else block causes problem #11140
Comments
In the jsbin I mean that if you remove |
Thanks for the report! The JSBin should help us isolate the cause... |
Created a failing test case for this at: https://github.com/emberjs/ember.js/compare/each-inverse-to-template. |
This was referenced May 18, 2015
I'm also facing this issue. Any updates? |
I'm also facing this issue. Any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jsbin: http://jsbin.com/dirukazagi/3/edit?html,js,output
Browser error
Uncaught TypeError: Cannot read property 'insertBefore' of null
It looks like the each helper mutates 'model` property and sets it to null.
The text was updated successfully, but these errors were encountered: