Skip to content

Instantly share code, notes, and snippets.

View hbrysiewicz's full-sized avatar
💙
All you need is love

Alex Elliott hbrysiewicz

💙
All you need is love
View GitHub Profile
import Ember from 'ember';
export default Ember.Component.extend({
foo: false,
didReceiveAttrs() {
this._super(...arguments)
Ember.$.ajax({
url: `//code.highcharts.com/mapdata/countries/us/us-ca-all.js`,
dataType: 'script'