Skip to content

Instantly share code, notes, and snippets.

@brancusi
Created May 4, 2014 22:44
Show Gist options
  • Save brancusi/f0ecedd0ec2b83e5c93a to your computer and use it in GitHub Desktop.
Save brancusi/f0ecedd0ec2b83e5c93a to your computer and use it in GitHub Desktop.
This breaks
filterable:function(types){
return this.store.find('item').then(function(collection){
return collection.filter(function(item){
return types.contains(item.get('typeTag'));
});
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment