This commit is contained in:
gandhimathi 2018-08-30 12:39:18 +05:30
commit 3e8205df77

View File

@ -5,7 +5,7 @@ app.directive('jsXls', function () {
template: '<input type="file" />',
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