I've been doing some work with Angular.js for quite some time now. Recently in my project, there was a requirement of a SPA application and I am assigned a module to design. The developer who already did some work on this project, chosen Backbone.js as the basis for implementing MVC.
Now, since i am pretty much conversant with Angular, learning Backbone from the scratch is getting a bit difficult and time consuming.
Is there a possibility, of using Backbone and Angular hand in hand in same application ? The Models and Views for my module are independent of the work done by my teammate. But both the modules would go together in the final application.
Can you let me know the feasibility of this ? And if possible, what would be the practical implementations and overheads if any. I intend not to touch the code written in Backbone.