Skip to content

Instantly share code, notes, and snippets.

@andreiciceu
andreiciceu / components.app-modal.js
Last active March 20, 2017 10:15
ember-demo-inherit
import Ember from 'ember';
export default Ember.Component.extend({
submitDone: false,
tagName: '',
actions: {
modalSubmit() {
this.set('submitDone', true);
let f = this.get('submit');