You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The problem is, that AngularJS fails to work if an old jQuery Version is used.
would you please alter the bindJQuery function to do the jQuery check as follows:
// reset to jQuery (only if it features the on function) or default to us.
if (jQuery && typeof(jQuery.fn.on)==='function') {
this way, falling back to jqLite in case of a too-old jQuery version