aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ng/compile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index b52db607..ff0ae99d 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -454,8 +454,7 @@ function $CompileProvider($provide) {
}
};
- var urlSanitizationNode = $document[0].createElement('a'),
- startSymbol = $interpolate.startSymbol(),
+ var startSymbol = $interpolate.startSymbol(),
endSymbol = $interpolate.endSymbol(),
denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}')
? identity