Hi, AngularJS, in the presence of jQuery, attaches a function to $.controller. This is bad because if anything else has/will attach to $.controller, you're going to have a bad time. JavascriptMVC, for example, does exactly this. If AngularJS used a namespace on jQuery, this probably wouldn't be an issue.
It's happening here: https://github.com/angular/angular.js/blob/master/src/Angular.js#L1303 Is there any way to avoid this behaviour, e.g. force Angular to not attach anything to $.controller? Thanks, Anton -- 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.
