VitalyS

Results 4 comments of VitalyS

IE11 removed text after **'\\\\** characters

got the same problem - above workaround fixed it too. Does this fix can be added to bower repository

Here is a quick and dirty solution that works for me, I run it on get data callback: ``` function alignHeadersHeight(){ var items = angular.element('th .title'); var maxHeight = 0;...

Somehow `[uploader]="uploader"` prevents the default functionality, looks like issue is in FileSelectDirective.prototype.onChange function (ng2-file-upload\file-upload\file-select.directive.js) but I didn't found the solution.