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