wizard-custom-step.js.es6 171 B

123456
  1. export default Ember.Component.extend({
  2. classNames: 'wizard-custom-step',
  3. currentField: null,
  4. currentAction: null,
  5. disableId: Ember.computed.not('step.isNew')
  6. });