I'm refreshing a website that uses the cropit plugin.
The current version of the app uses jQuery to proceed to an ajax image upload.
Since I'm using angular.js to handle other forms submission I was wondering if I should change the way the image is uploaded too, or if it is disadvised to mix jquery ajax requests along with angular.
What should I do ?