docs(ngView): fix code example (change template to templateUrl)

Closes #1715
This commit is contained in:
Pawel Kozlowski 2012-12-17 23:18:12 +01:00
parent 4c6b4447db
commit 1104c7d75b

View file

@ -28,7 +28,7 @@
<hr />
<pre>$location.path() = {{$location.path()}}</pre>
<pre>$route.current.template = {{$route.current.template}}</pre>
<pre>$route.current.templateUrl = {{$route.current.templateUrl}}</pre>
<pre>$route.current.params = {{$route.current.params}}</pre>
<pre>$route.current.scope.name = {{$route.current.scope.name}}</pre>
<pre>$routeParams = {{$routeParams}}</pre>