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

Model.selection does not work for undefined collections #95

Open
ghost opened this issue Sep 13, 2013 · 0 comments
Open

Model.selection does not work for undefined collections #95

ghost opened this issue Sep 13, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 13, 2013

class @FriendsPanel extends Serenade.Model
  @property "user"
  @delegate "friends", to: "user"
  @selection "onlineFriends", from: "friends", filter: "online"

new FriendsPanel(user: undefined)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants