A Simple Uploader using AngularJs (with CORS Implementation)
Recently, I had to write a simple uploader (reusable) using AngularJs, while, keeping my API in separate place and finally wrote one using blueimp jQuery File Uploader and made lil customizing it. I Thought it might be great to share this and hopefully improve myself in learning in AngularJs. (I've added the answer) http://codelikeapoem.com/2013/05/angularjs-tutorial-4-file-upload-using.html (You can download the entire code their) App.Coffee @angTut = angular.module("angTut", ['LocalStorageModule', 'ngResource', 'uploaderComponent']); @angTut.constant('uploadServiceUrl', 'http://192.168.0.2