Force AngularJS to use specific version of jQuery while using multiple versions of jQuery at once
问题 I inherited the project where several version of jQuery are loaded into the page in noConflict mode. Application is huge, tests are missing and it seems every former devloper did not have "cohones" big enough to remove previous library. So the result is that $ refers to jquery version 1.4.2. Is there any way/trick to tell angular wich version of jQuery should be used? Something like angular.jq = j182 I know I can do it like <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min