From 5b620653f61ae3d9f1de8346de271752fa12f26f Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Wed, 30 Oct 2013 15:02:25 -0700 Subject: chore($compile): remove special case for ngIf and ngRepeat --- src/ng/directive/ngIf.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/directive/ngIf.js') 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; -- cgit v1.2.3