Skip to content

Instantly share code, notes, and snippets.

@pzuraq
Created January 28, 2013 04:45
Show Gist options
  • Save pzuraq/4653135 to your computer and use it in GitHub Desktop.
Save pzuraq/4653135 to your computer and use it in GitHub Desktop.
App.InventoryReviewController = Ember.ArrayController.extend({
needs: ["inventory"],
inventoryBinding: 'controllers.inventory',
addVehicle: function(vehicle) {
vehicle.set('active', true);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment