What issues might I experience in having two different versions of AngularJS loaded into one page?
Obviously this seems like a stupid thing to do, b
Matt Burke describes a process to wrap the Angular JS libs in a function to create a closure. Downside is that you cannot load Angular via a public CDN as you have customized the download.
http://www.mattburkedev.com/multiple-angular-versions-on-the-same-page/