aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngIf.js
diff options
context:
space:
mode:
authorBrian Ford2013-10-30 15:02:25 -0700
committerBrian Ford2013-10-30 16:21:02 -0700
commit5b620653f61ae3d9f1de8346de271752fa12f26f (patch)
treec4d8c5b91363fdbf76b143d7f7f67c2f45d3808a /src/ng/directive/ngIf.js
parent6578bd0c82b5cbb0cd6f6fea0787fb7ce820d4e7 (diff)
downloadangular.js-5b620653f61ae3d9f1de8346de271752fa12f26f.tar.bz2
chore($compile): remove special case for ngIf and ngRepeat
Diffstat (limited to 'src/ng/directive/ngIf.js')
-rw-r--r--src/ng/directive/ngIf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js
index 3f56449f..35c122ad 100644
--- a/src/ng/directive/ngIf.js
+++ b/src/ng/directive/ngIf.js
@@ -84,6 +84,7 @@ var ngIfDirective = ['$animate', function($animate) {
priority: 600,
terminal: true,
restrict: 'A',
+ $$tlb: true,
compile: function (element, attr, transclude) {
return function ($scope, $element, $attr) {
var block = {}, childScope;