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 @@
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 @@ - - - - + + + +