Skip to content

Instantly share code, notes, and snippets.

View rajaalauddin's full-sized avatar

Raja Alauddin Raja Abdullah rajaalauddin

View GitHub Profile
@rajaalauddin
rajaalauddin / components.my-component.js
Created May 1, 2017 17:36
Parent child opening modal
import Ember from 'ember';
export default Ember.Component.extend({
didReceiveAttrs() {
if (this.get('shouldOpenModal')) {
this.set('isModalOpened', true);
return;
}
// something that should only execute once as we switch company
// bla2