Skip to content

Instantly share code, notes, and snippets.

@pzuraq
Created January 28, 2013 06:30
Show Gist options
  • Save pzuraq/4653473 to your computer and use it in GitHub Desktop.
Save pzuraq/4653473 to your computer and use it in GitHub Desktop.
App.InventoryController = Ember.ArrayController.extend({
content: App.Vehicle.all(),
active: function() {
return this.content.filterProperty('active', true);
}.property('content.@each.active').cacheable()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment