From 7d8ef5cb36d5dff418285a251dbf36b0f8904d2d Mon Sep 17 00:00:00 2001 From: dineshkumarkannan Date: Thu, 30 Aug 2018 12:37:12 +0530 Subject: [PATCH] directive changes : kdk --- Apollo/assets/js/directives/convert_Json/convertJson.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apollo/assets/js/directives/convert_Json/convertJson.js b/Apollo/assets/js/directives/convert_Json/convertJson.js index 1717f597..735112c5 100644 --- a/Apollo/assets/js/directives/convert_Json/convertJson.js +++ b/Apollo/assets/js/directives/convert_Json/convertJson.js @@ -5,7 +5,7 @@ app.directive('jsXls', function () { template: '', replace: true, link: function (scope, element, attrs) { - + function handleSelect() { var files = this.files; for (var i = 0, f = files[i]; i != files.length; ++i) { @@ -38,7 +38,7 @@ app.directive('jsXls', function () { } // Clear input file - element.val(''); + // element.val(''); }; //extend FileReader