Skip to content
Permalink
Browse files

refactor($compile): remove unnecessary assignment

Closes #15337
  • Loading branch information
jbedard authored and gkalpak committed Oct 30, 2016
1 parent e9427a8 commit efb812991736cf60d232385145318e593fcc710e
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/ng/compile.js
@@ -2386,7 +2386,6 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
}

if (!directive.templateUrl && directive.controller) {
directiveValue = directive.controller;
controllerDirectives = controllerDirectives || createMap();
assertNoDuplicate('\'' + directiveName + '\' controller',
controllerDirectives[directiveName], directive, $compileNode);

0 comments on commit efb8129

Please sign in to comment.
You can’t perform that action at this time.