diff options
Diffstat (limited to 'src/ngRoute/directive')
| -rw-r--r-- | src/ngRoute/directive/ngView.js | 1 | 
1 files changed, 1 insertions, 0 deletions
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) {  | 
