diff options
| author | Pawel Kozlowski | 2012-12-17 23:18:12 +0100 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-12-17 23:18:12 +0100 |
| commit | f2d526190a4fb38d1192803dccc9b60492e9ab76 (patch) | |
| tree | 4bfbc9ebeaa8c1346b9a551fd273e64ce20018fc /src/ng/directive/ngView.js | |
| parent | 039b138042de23852d8b2fdc4ca52ad178c96772 (diff) | |
| download | angular.js-f2d526190a4fb38d1192803dccc9b60492e9ab76.tar.bz2 | |
docs(ngView): fix code example (change template to templateUrl)
Closes #1715
Diffstat (limited to 'src/ng/directive/ngView.js')
| -rw-r--r-- | src/ng/directive/ngView.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> |
