Skip to content

Instantly share code, notes, and snippets.

View sabinbajracharya's full-sized avatar
🎯
Focusing

Sabin Bir sabinbajracharya

🎯
Focusing
View GitHub Profile
@sabinbajracharya
sabinbajracharya / ember.js-with-google-maps.html
Last active August 29, 2015 14:27 — forked from ZogStriP/ember.js-with-google-maps.html
How to use Google Maps with Ember.js
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0-rc.3/handlebars.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ember.js/1.0.0-rc.3/ember.js"></script>
<script src="//maps.googleapis.com/maps/api/js?sensor=false"></script>
</head>
<body>
<script>