Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 469b14a

Browse files
committed
refactor($compile): remove unused var
Closes #13086
1 parent 1caf0b6 commit 469b14a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/compile.js

-1
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,6 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
18541854
// Add the matching elements into their slot
18551855
forEach($compileNode.children(), function(node) {
18561856
var slotName = slotNames[directiveNormalize(nodeName_(node))];
1857-
var slot = $template;
18581857
if (slotName) {
18591858
filledSlots[slotName] = true;
18601859
slots[slotName].push(node);

0 commit comments

Comments
 (0)