Does not work IE9 and below #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This library is dependent upon the FileAPI which is not supported in <IE9
can this somehow be solved using a polyfill? i'm looking for some pointers to make this work.
currently, when selecting a file it fails in IE9 because in the
file-select.directive.tsfile in the functiononChangeon line:let files = this.element.nativeElement.filesit returns undefined.