Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f2d5261

Browse files
docs(ngView): fix code example (change template to templateUrl)
Closes #1715
1 parent 039b138 commit f2d5261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<hr />
2929
3030
<pre>$location.path() = {{$location.path()}}</pre>
31-
<pre>$route.current.template = {{$route.current.template}}</pre>
31+
<pre>$route.current.templateUrl = {{$route.current.templateUrl}}</pre>
3232
<pre>$route.current.params = {{$route.current.params}}</pre>
3333
<pre>$route.current.scope.name = {{$route.current.scope.name}}</pre>
3434
<pre>$routeParams = {{$routeParams}}</pre>

0 commit comments

Comments
 (0)