I use angularjs 1.6.4 in my project and I cant find any place in documentation what is earliest version of JQuery does it use?Currently, in the project I use JQuery 1.1.0 and I have dependency injection error I guess the error caused by the JQuery and AngularJS versions mismatch.
- 1Ideally you should not use jQuery with Angular. Angular includes jqLite which contains the subset of jQuery that's still useful when using Angular. stackoverflow.com/a/41836718/3412322Daniel Beck– Daniel Beck2017-12-24 15:48:22 +00:00Commented Dec 24, 2017 at 15:48
- That is a very very old version of jQuery.charlietfl– charlietfl2017-12-24 20:03:57 +00:00Commented Dec 24, 2017 at 20:03
Add a comment |