travis-web/assets/scripts/app/components.coffee
2014-01-21 17:57:35 +01:00

10 lines
222 B
CoffeeScript

Travis.TravisSwitchComponent = Ember.Component.extend
tagName: 'a'
classNames: ['travis-switch']
classNameBindings: ['active']
activeBinding: 'target.active'
click: ->
@sendAction('action', @get('target'))