Skip to content

Your Blog Walkthough #1

@paulqlove

Description

@paulqlove

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions