-
Notifications
You must be signed in to change notification settings - Fork 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
Array helpers don't notify length change #1573
Comments
You can observe |
It works in terms of giving me a workaround without manual notification but On Wed, May 20, 2015 at 10:05 AM Kevin Schaaf [email protected]
|
I see, you'd like to bind the actual length Sort-term, you could also do this, to avoid needed to make a property:
|
Notify array.length changes. Fixes #1573.
Nice! On Fri, May 22, 2015, 8:27 PM Kevin Schaaf [email protected] wrote:
|
If I use the built-in array mutation helpers, I would expect that they would properly notify not just on the array itself but also on its length. Right now I have an app with a counter and I have to manually
notifyPath
for the length each time I mutate the array.The text was updated successfully, but these errors were encountered: