This repository was 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.4k
widget compile function is not injected and gets the element twice #670
Comments
Funny, you file a bug, since I am working on this right this moment. :-) |
the injection issue is fixed in the head with the new injector. previously it was not possible to inject compile functions because the scope and with it the injector were created only after compilation before linking. |
This was referenced May 29, 2020
This was referenced Dec 23, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The $inject doesn't do anything here like it would on services, and the compile function has two arguments and both are the jquery wrapped element.
It's lame to need to use the angular.extend trick to get injection in the instance function.
The text was updated successfully, but these errors were encountered: