From 4e1a7077d79fc3d0e4a529c95e809413fe42f9ee Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 8 Jun 2016 19:15:47 +1200 Subject: [PATCH] Fix jshint error --- app/directives/header-title.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}
',