From 106718f416cbb73942e4901472907473bbd9c818 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 14 Jul 2016 11:10:38 +1200 Subject: [PATCH] style(ui): fix extra space in widget-header --- app/directives/widget-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/directives/widget-header.js b/app/directives/widget-header.js index ec1cb2efc..22bed24cd 100644 --- a/app/directives/widget-header.js +++ b/app/directives/widget-header.js @@ -8,7 +8,7 @@ angular icon: '@' }, transclude: true, - template: '
{{title}}
', + template: '
{{title}}
', restrict: 'E' }; return directive;