From e3474d0bdf7a1e93ff1aea3fb3c516257c38a170 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 30 Aug 2018 17:11:05 +0530 Subject: [PATCH] directive file type accept changes --- Apollo/assets/js/directives/convert_Json/convertJson.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/assets/js/directives/convert_Json/convertJson.js b/Apollo/assets/js/directives/convert_Json/convertJson.js index 735112c5..be1e4175 100644 --- a/Apollo/assets/js/directives/convert_Json/convertJson.js +++ b/Apollo/assets/js/directives/convert_Json/convertJson.js @@ -2,7 +2,7 @@ app.directive('jsXls', function () { return { restrict: 'E', - template: '', + template: '', replace: true, link: function (scope, element, attrs) {