Skip to content

Instantly share code, notes, and snippets.

View astronomersiva's full-sized avatar

Sivasubramanyam A astronomersiva

View GitHub Profile
import Ember from 'ember';
const { on } = Ember;
export default Ember.Component.extend({
actions: {
toggle() {
console.log(this.$())
}
},
destroy: on('willDestroyElement', function () {
console.log(this.$())