'angucomplete-alt fails with angularjs 1.8.2 and jquery 3.6.0

I was using angucomplete-alt with angularjs 1.3.5 and jQuery 1.11.2, when it was working fine.

But while i am upgrading to angularjs 1.8.2 and jQuery 3.6.0, autocomplete start to fail with error in console like

angular.min.js:484 TypeError: c.get(...).success is not a function
    at P (angucomplete-alt.min.js?v=1652709598285:2:5695)
    at U (angucomplete-alt.min.js?v=1652709598285:2:6267)
    at angucomplete-alt.min.js?v=1652709598285:2:3648
    at angular.min.js:686:61
    at Yg.completeTask (angular.min.js:662:290)
    at angular.min.js:178:279 'Possibly unhandled rejection: {}'

I tried latest js from github, but it did't worked.

Can you please guide me, how i can handle this exception and make control work with my new environment.

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source