This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$compile: $document
is unused
#13791
Labels
Milestone
Currently,
$document
is injected into compile, however it is entirely unused; the globaldocument
is always referenced instead. Should the$document
variable be used in all of these locations, or should we consider removing the$document
dependency?I'm happy to make a PR for whichever way you feel this should go.
The text was updated successfully, but these errors were encountered: