This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Use jqLite even if jQuery is present. #9767
Milestone
Comments
why include jQuery at all if you're not going to use it? |
but maybe we can look at making this configurable using the same machinery as strict-di |
I need to use it for bunch of legacy plugins - we just wrap them as directives. I know that we could rewrite them, but why bother if they are already there? |
👍 Would be great to see config option, to use jQuery or not. |
Can't you just load angular before jquery? |
according to those comments:
I assume it waits until everything is loaded. |
Further discussion in this PR: |
There's more discussion in this older issue, let's keep the discussion centralized here: #608 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With rewritten and faster jqLite in angular 1.3 I would like to use it no matter if I have jQuery in my project or not. Can it be configurable in .run() function?
The text was updated successfully, but these errors were encountered: