Skip to content

Instantly share code, notes, and snippets.

@e3b0c442
e3b0c442 / components.ui-modal.js
Last active August 29, 2015 14:26 — forked from tim-evans/helpers.title.js
ember-document-title sandbox
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'div',
classNames: ['ui', 'modal'],
show: function() {
var _this = this;
console.log("ui-modal inserted into DOM");
this.$()
.modal({