4 lines
94 B
CoffeeScript
4 lines
94 B
CoffeeScript
App.TableActionsView = Ember.Component.extend
|
|
tagName: 'ul'
|
|
templateName: 'table_actions'
|