Hey +Alexandre Bourget how did you get around the issue of having multiple versions of Angular?
I'm using 1.2.19 and when I do *angular.noConflict()* I get an undefined method exception. I've also tried the explanations here expressed: http://www.mattburkedev.com/multiple-angular-versions-on-the-same-page/ I'm getting this warning: WARNING: Tried to load angular more than once. Any light you can shed or resources would be highly appreciated! Thank you! On Friday, 23 August 2013 19:37:48 UTC+2, Alexandre Bourget wrote: > > The widget use case is why I arrived in this conversation. > > I'm glad noConflict made it in 1.1.3 > > Do you see any reasons why embedding `angular` in *all* and *any* website > could cause problem, provided I properly angular.noConflict() it in my code > ? > > Is there any other global var, or side effect that I should think of ? > > Also, is there a way to strip out things I don't need.. to shrink the size > of the lib ? like the $browserprovider, or other things I'm not going to > use. Would it be safe to hack them out ? > > thanks a lot :) > > Alexandre > > -- 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.
