+1 on this... I wish we could somehow supply Angular with special jQuery. I 
don't know if it would break things but let's say that I still need to use 
jquery 1.6 but Angular 1.2 only works with >1.7.1 - therefore it would be 
great if you could inject one into angular itself.

However, I got this feeling that this could break events or something. I am 
not sure.



On Tuesday, March 11, 2014 1:15:03 PM UTC, Anton de Winter wrote:
>
> 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.

Reply via email to