We're considering using Angular *within* a Backbone application, and ideally the app may go to 100% Angular.
We were hoping to be able to carefully *switch out* our Backbone code and replace it with Angular. Initial testing has proven unsuccessful. The problem seems to be that the root view of the BB application happily works with Angular, however subsequent views do not play ball. It's most likely due to these other views are not available to Angular when it's bootstrapping. Is there any documentation on this, or does anyone have any experiences to share on how to get this working cleanly? Manually bootstrapping angular to the document on the BB main.js initialize method doesn't help, nor does angular.element(document).ready in index.html. Do we need to run a $complie of some sort on each view render() (ugh)? Thanks for any guidance. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
