Include meta description if available

This commit is contained in:
Vit Brunner
2016-04-13 23:22:45 +02:00
parent 84932cff9b
commit 40ff502666
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ angular.module("sideBySide").controller "AppController",
$scope.title = =>
poems.config.title || 'Side By Side viewer'
$scope.description = =>
poems.config.description || ''
$scope.$watchCollection ->
poems.config
, ->