diff --git a/app/directives/header-title.js b/app/directives/header-title.js index f21631da3..5cd156ad6 100644 --- a/app/directives/header-title.js +++ b/app/directives/header-title.js @@ -4,7 +4,7 @@ angular var directive = { requires: '^rdHeader', scope: { - title: '@', + title: '@' }, transclude: true, template: '
{{title}}
',