1

do you have any experience with integrating AngularJS component into existing BackboneJS application? Could you just briefly give me some help, what should I do to make it work?

Thank you

Igor

2 Answers 2

1

I was able to make it work after all for the future reference - this gist helped me a lot: https://gist.github.com/dgs700/6197687

anyway, Charles is right - it is definitely not nice to combine these two frameworks (in my case, it was not my call to do so...)

Sign up to request clarification or add additional context in comments.

Comments

0

Angular scope will overcome the backbone scope. There is no point using those two frameworks on the same project. Mixing those two will result in a poor designed project.

Either stick to Backbone or replace it with Angular.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.