Skip to content
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

Observe.List push/unshift doesn't fire when sort comparator is set #170

Closed
wclr opened this issue Nov 23, 2012 · 0 comments
Closed

Observe.List push/unshift doesn't fire when sort comparator is set #170

wclr opened this issue Nov 23, 2012 · 0 comments
Assignees
Milestone

Comments

@wclr
Copy link
Contributor

wclr commented Nov 23, 2012

It seems that when you set comparator for sorting in Observe.List
push/unshift doesn't fire change and live-binding doesn't work, but if to use splice method it does work.

If to replace ushift with splice(0,0, item) - live binding works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants