Open mohebbo opened 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
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