5 lines
138 B
CoffeeScript
5 lines
138 B
CoffeeScript
Controller = Ember.ArrayController.extend
|
|
vars: Ember.computed.filterBy('model', 'isNew', false)
|
|
|
|
Travis.EnvVarsController = Controller
|