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

Commit

Permalink
docs(ngView): fix code example (change template to templateUrl)
Browse files Browse the repository at this point in the history
Closes #1715
  • Loading branch information
pkozlowski-opensource committed Dec 18, 2012
1 parent 4c6b444 commit 1104c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/ngView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1104c7d

Please sign in to comment.