3 lines
92 B
CoffeeScript
3 lines
92 B
CoffeeScript
App.TableController = Ember.Controller.extend
|
|
table: (-> @get('model')).property('model')
|