wizard-custom-action.js.es6 155 B

1234
  1. export default Ember.Component.extend({
  2. targets: ['topic', 'profile', 'email', 'badge', 'save'],
  3. isTopic: Ember.computed.equal('targets', 'topic')
  4. });