Open Nokel81 opened 7 years ago
Same issue here after upgrading from angular 1.2 to angular 1.6
scope.uploader.bind is not a function
scope.uploader.bind('afteraddingfile', function(event, item) {
console.log('After adding a file', item.file);
});
I have injected the module with browserify (if that matters) and my html is the following:
and my controller has the following code:
I get the following error in the console: