flowjs / ng-flow

Flow.js html5 file upload extension on angular.js framework
http://flowjs.github.io/ng-flow/
MIT License
1.38k stars 303 forks source link

Register event from parent controller #334

Open mohebbo opened 7 years ago

mohebbo commented 7 years ago

I have added flow from parent controller. how can i register an event?

$scope.MatterDocument.flow.filesAdded(function(array, event) { console.log('fileAdded'); }); this is how i try this