From 40c0220c47c620070b30aec6ec4552c68a8689eb Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Fri, 30 Aug 2013 09:39:08 -0400 Subject: fix(ngView): ensure ngClass works with together with ngView's transclusion behavior Closes: #3727 --- src/ngRoute/directive/ngView.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ngRoute/directive/ngView.js') diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js index 3b97367c..d67d8a76 100644 --- a/src/ngRoute/directive/ngView.js +++ b/src/ngRoute/directive/ngView.js @@ -176,6 +176,7 @@ function ngViewFactory( $route, $anchorScroll, $compile, $controller, return { restrict: 'ECA', terminal: true, + priority: 1000, transclude: 'element', compile: function(element, attr, linker) { return function(scope, $element, attr) { -- cgit v1.2.3