Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
export default Ember.Component.extend({
tagName : 'div',
classNames : ['zc-dialog'],
attributeBindings : ['title','modal','closable','buttons',"open","name"],
closable : true,
didInsertElement : function(){
if(this.get("modal")){
this._createOverlay();