how to use jquery file upload angular version?
问题 here is how I use angular jquery file upload var album = angular.module('album', ['restangular', 'blueimp.fileupload']), .controller('somecontroller',function($scope,){ $scope.options = { something } }) all I did was set the scope.options, change the controller ,and everything just magically works setup the jquery file upload seems quite easy, but there are something really confuse me how can I call the jquery file upload's callback function. for example, if the files uploaded successfully,I