Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Changes to limitToFirst limitToLast equalTo are not being observed #31

Closed
chuckh opened this issue Dec 4, 2014 · 0 comments · Fixed by #32
Closed

Changes to limitToFirst limitToLast equalTo are not being observed #31

chuckh opened this issue Dec 4, 2014 · 0 comments · Fixed by #32

Comments

@chuckh
Copy link
Contributor

chuckh commented Dec 4, 2014

When limitToFirst, limitToLast, or equalTo change requery is NOT being fired.

Current code:

observe: {
      'ref limit start end': 'requery'
},

Fixed code:

observe: {
      'ref limit start end limitToFirst limitToLast equalTo': 'requery'
},
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant