directive changes : kdk

This commit is contained in:
dineshkumarkannan 2018-08-30 12:37:12 +05:30
parent 8510bcabf0
commit 7d8ef5cb36

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