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 7ed0340 commit f1e677895e936e60be519338a5ae935cd8235db4
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/ng/compile.js
@@ -2409,7 +2409,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 f1e6778

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