We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6b444 commit 1104c7dCopy full SHA for 1104c7d
src/ng/directive/ngView.js
@@ -28,7 +28,7 @@
28
<hr />
29
30
<pre>$location.path() = {{$location.path()}}</pre>
31
- <pre>$route.current.template = {{$route.current.template}}</pre>
+ <pre>$route.current.templateUrl = {{$route.current.templateUrl}}</pre>
32
<pre>$route.current.params = {{$route.current.params}}</pre>
33
<pre>$route.current.scope.name = {{$route.current.scope.name}}</pre>
34
<pre>$routeParams = {{$routeParams}}</pre>
0 commit comments