Hello, I have a single page MVC web application that contains multiple panels. Each panel has its own controller and scope.
If we have a textbox bound to a model in a single panel, I don't want each key press to be "watched" by other panel controllers. Is it possible to configure this so that any text entered into the textbox will just affect the controller it is contained within, and watchers from other controllers won't check this? (therefore improving performance) Thanks -- 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.
