diff --git a/src/ng/directive/ngView.js b/src/ng/directive/ngView.js index 6bfbb279..2fd3a600 100644 --- a/src/ng/directive/ngView.js +++ b/src/ng/directive/ngView.js @@ -28,7 +28,7 @@
$location.path() = {{$location.path()}}
- $route.current.template = {{$route.current.template}}
+ $route.current.templateUrl = {{$route.current.templateUrl}}
$route.current.params = {{$route.current.params}}
$route.current.scope.name = {{$route.current.scope.name}}
$routeParams = {{$routeParams}}