Skip to content

Instantly share code, notes, and snippets.

@knownasilya
Created August 25, 2015 20:35
Show Gist options
  • Save knownasilya/45a27ccdadad98547e1d to your computer and use it in GitHub Desktop.
Save knownasilya/45a27ccdadad98547e1d to your computer and use it in GitHub Desktop.
selections: computed('selectionService.selected.length', 'selectionService.selected', {
get() {
var selected = this.get('selectionService.selected');
return selected.mapBy('id');
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment