You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/07/21 15:24:48 UTC

[12/50] git commit: Add CHAP links timeline

Add CHAP links timeline


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

Branch: refs/heads/master
Commit: f613f0160ea0653a5ea1d0952af874cc0381ec66
Parents: b1bd86e
Author: Michael Joyce <jo...@apache.org>
Authored: Wed Jul 16 13:23:24 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Wed Jul 16 13:23:24 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/index.html | 2 ++
 ocw-ui/frontend-new/bower.json     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/f613f016/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 5ca395e..19bc75e 100644
--- a/ocw-ui/frontend-new/app/index.html
+++ b/ocw-ui/frontend-new/app/index.html
@@ -10,6 +10,7 @@
     <!-- bower:css -->
     <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
     <link rel="stylesheet" href="bower_components/leaflet/dist/leaflet.css" />
+    <link rel="stylesheet" href="bower_components/chap-links-timeline/timeline.css" />
     <!-- endbower -->
     <!-- endbuild -->
     <!-- build:css(.tmp) styles/main.css -->
@@ -83,6 +84,7 @@
     <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>
+    <script src="bower_components/chap-links-timeline/timeline-min.js"></script>
     <!-- endbower -->
     <!-- endbuild -->
 

http://git-wip-us.apache.org/repos/asf/climate/blob/f613f016/ocw-ui/frontend-new/bower.json
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/bower.json b/ocw-ui/frontend-new/bower.json
index c1b2af8..b82d70b 100644
--- a/ocw-ui/frontend-new/bower.json
+++ b/ocw-ui/frontend-new/bower.json
@@ -11,7 +11,8 @@
     "angular-animate": "1.2.16",
     "angular-route": "1.2.16",
     "angular-ui-router": "angular-ui/ui-router#~0.2.10",
-    "leaflet": "~0.7.3"
+    "leaflet": "~0.7.3",
+    "chap-links-timeline": "~2.6.1"
   },
   "devDependencies": {
     "angular-mocks": "1.2.16",