I have trouble to get angular working with .Net partial postbacks.
Question is basically same to this : Re-initialize Angular bindings after partial postback <http://stackoverflow.com/questions/23371744/re-initialize-angular-bindings-after-partial-postback> Basically i have tab on which i have angular app, then i have second tab with some c# control, I have to do partial postback between tabs and when I am going back to my app, there it is nothing. I have tried routing with ngView then I have tired $route.reload() ( it goes to controller and i can see that template is beeing pulled down but result on page is none. Then i Tried compile(templateCache.get(lazyTableControllerRoute.current.templateUrl))(scope) as mentioned here:https://github.com/angular/angular.js/issues/6280 Nothing. Please help :) *Click here for stackoverflow question* <http://stackoverflow.com/questions/25640138/angular-template-and-net-partial-postback> -- 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.
