cschwaderer
cschwaderer
Seems to be a problem of Angular-PDF. At least, I couldn't reproduce it in pure PDF.JS See JSfiddle: [https://jsfiddle.net/34axc20j](https://jsfiddle.net/34axc20j)
I had the same IE error in my project, maybe the reason is also the same (it's strange enough): I have basically just one JavaScript file which is called "myapp.js"....
For those still interested: The crucial code block in isteven-angular-multiselect/isteven-multi-select.js seems to be ``` if ( ( !$scope.filteredModel[ $scope.filteredModel.length - 1 ] || typeof $scope.filteredModel[ $scope.filteredModel.length - 1 ][ attrs.groupProperty...
Well, I think it's simply $sails.on('reconnect', function(attemps) { console.log("Foooo"); } So, please forget about that stupid question. I was confused by my own code.