diff options
Diffstat (limited to 'src/ngRoute')
| -rw-r--r-- | src/ngRoute/directive/ngView.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js index 27357962..b031281d 100644 --- a/src/ngRoute/directive/ngView.js +++ b/src/ngRoute/directive/ngView.js @@ -176,7 +176,7 @@ function ngViewFactory(   $route,   $anchorScroll,   $compile,   $controller,    return {      restrict: 'ECA',      terminal: true, -    priority: 1000, +    priority: 400,      transclude: 'element',      compile: function(element, attr, linker) {        return function(scope, $element, attr) {  | 
