I have a controller object that\'s like:
MyApp.objController = Ember.ArrayController.create({ init: function(data) { data.isValid = function() { retu
You could create a custom Handlebars helper to do this.