My project has some libraries
- angularjs.1.8.x
- jquery.3.5.1
- jquery-chosen.1.8.7
- angular-chosen.1.9.2 (angularjs)
that works fine. I want update angular-chosen to 1.9.3 but it is gettting exception (just load page):
Uncaught Error: [$injector:modulerr] etc
(element that is triggering it is jquery-3.5.1 as I can see in stacktrace and I must use this version of jquery, so solution can't be to use previous version of jquery)
I haven't seen anything about how solve that error 'googling'