This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Description
When I try to use the latest jQuery version (3.1.0) together with jQuery Migrate (3.0.0) I get the following error:
angular.js:13236 TypeError: string.replace is not a function
at Function.camelCase (jquery-3.1.0.js:355)
at Function.jQuery.data (jquery-migrate-3.0.0.js:306)
at replaceWith (angular.js:9466)
at angular.js:9177
at processQueue (angular.js:15552)
at angular.js:15568
at Scope.$eval (angular.js:16820)
at Scope.$digest (angular.js:16636)
at Scope.$apply (angular.js:16928)
at bootstrapApply (angular.js:1694)
http://run.plnkr.co/Dhsbj67CMvE40tQW/
Is it possible to use ui-select along with jQuery and jQuery Migrate?