From 6e292e7d7d598e9a7ac24d9e7f22652155da8aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Mon, 29 Sep 2014 14:00:29 +0200 Subject: [PATCH] add title and some meta data, fixes #13, see 12 --- bower.json | 3 ++- client/app/app.js | 3 ++- client/app/main/main.html | 4 ++++ client/app/shorturl/shorturl.event.html | 6 ++++-- client/index.html | 13 +++++++------ 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index 1a48495..afcc1fc 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,8 @@ "lodash": "~2.4.1", "moment": ">=2.8.3", "moment-timezone": ">=0.2.2", - "angular-linkify": ">=0.3.0" + "angular-linkify": ">=0.3.0", + "angularjs-viewhead":">=0.0.1" }, "devDependencies": { "angular-mocks": ">=1.2.*", diff --git a/client/app/app.js b/client/app/app.js index 320d4de..3ea4c6b 100644 --- a/client/app/app.js +++ b/client/app/app.js @@ -9,7 +9,8 @@ angular.module('fireflyApp', [ 'googlechart', 'google-maps', 'ngGeolocation', - 'linkify' + 'linkify', + 'viewhead' ]) .config(function ($routeProvider, $locationProvider) { $routeProvider diff --git a/client/app/main/main.html b/client/app/main/main.html index b30d77c..e3eba25 100644 --- a/client/app/main/main.html +++ b/client/app/main/main.html @@ -35,6 +35,10 @@

Upcoming Events

+ + + + {{tag.title}}
diff --git a/client/app/shorturl/shorturl.event.html b/client/app/shorturl/shorturl.event.html index eb1318e..d50ddc8 100644 --- a/client/app/shorturl/shorturl.event.html +++ b/client/app/shorturl/shorturl.event.html @@ -1,11 +1,13 @@ + + +
-
-

{{event.title}}

+

{{event.title}}

diff --git a/client/index.html b/client/index.html index 089fc87..6ef7cfc 100644 --- a/client/index.html +++ b/client/index.html @@ -1,13 +1,13 @@ - - - - + + + + - + GDG events @@ -27,7 +27,7 @@ - + @@ -69,6 +69,7 @@ +