Add Leaflet to index.html

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/b1bd86e5
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/b1bd86e5
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/b1bd86e5

Branch: refs/heads/master
Commit: b1bd86e5864e4df1be017fcd144abff399ca2671
Parents: 5824420
Author: Michael Joyce <[email protected]>
Authored: Wed Jul 16 13:21:15 2014 -0700
Committer: Michael Joyce <[email protected]>
Committed: Wed Jul 16 13:21:15 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/index.html | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/b1bd86e5/ocw-ui/frontend-new/app/index.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/index.html 
b/ocw-ui/frontend-new/app/index.html
index ff26c5c..5ca395e 100644
--- a/ocw-ui/frontend-new/app/index.html
+++ b/ocw-ui/frontend-new/app/index.html
@@ -9,6 +9,7 @@
     <!-- build:css(.) styles/vendor.css -->
     <!-- bower:css -->
     <link rel="stylesheet" 
href="bower_components/bootstrap/dist/css/bootstrap.css" />
+    <link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css" />
     <!-- endbower -->
     <!-- endbuild -->
     <!-- build:css(.tmp) styles/main.css -->
@@ -80,6 +81,8 @@
     <script src="bower_components/angular-animate/angular-animate.js"></script>
     <script src="bower_components/angular-route/angular-route.js"></script>
     <script 
src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
+    <script src="bower_components/leaflet/dist/leaflet.js"></script>
+    <script src="bower_components/leaflet/dist/leaflet-src.js"></script>
     <!-- endbower -->
     <!-- endbuild -->
 

Reply via email to