This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$compile: $document
is unused #13791
Closed
Description
Currently, $document
is injected into compile, however it is entirely unused; the global document
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.