-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Thanks for writing a great tutorial. You have a small mistake on your blog for this file.
import Ember from 'ember';
export default Ember.Component.extend({
var container = this.$('.map-canvas')[0];
insertMap: function() {
var options = {
center: new window.google.maps.LatLng(
this.get('latitude'),
this.get('longitude')
),
zoom: 15
};
new window.google.maps.Map(container, options);
}.on('didInsertElement')
});
Metadata
Metadata
Assignees
Labels
No labels