From cae98cfa8dab9ea754ee0136ba5f9de1db91c215 Mon Sep 17 00:00:00 2001 From: binsky Date: Mon, 23 Aug 2021 15:37:54 +0200 Subject: fix icon style for productive nextcloud instances Signed-off-by: binsky --- js/app/directives/icon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/app') diff --git a/js/app/directives/icon.js b/js/app/directives/icon.js index 646dec01..72efc923 100644 --- a/js/app/directives/icon.js +++ b/js/app/directives/icon.js @@ -32,7 +32,7 @@ angular.module('passmanApp').directive('credentialIcon', [ '$window', function($window) { return { - template: '', + template: '', restrict: 'E', scope: { credential: '=', @@ -55,4 +55,4 @@ } }; }]); -}()); \ No newline at end of file +}()); -- cgit v1.2.3