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.
Currently AngularJS does not clarify at all its relationship with JQuery and jqLite
what is stated by the documentation is that AngularJS when present will make use of the real JQuery while if missing will ends using its jqLite implementation: https://docs.angularjs.org/misc/faq
what is totally missing is a clarification of why JQuery is preferred when present. is it for compatibility reasons?
project like GlobaLeaks (github.com/globaleaks/GlobaLeaks) would benefit of such a knowledge in order to minimize the the footprint of the application having a clear understanding of the possible losed compatibility if any: globaleaks/globaleaks-whistleblowing-software#1249