Skip to content

Instantly share code, notes, and snippets.

View KarthikaRamachandran's full-sized avatar

Karthika Ramachandran KarthikaRamachandran

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