diff options
| author | brettcannon | 2012-07-19 11:12:40 -0300 | 
|---|---|---|
| committer | Brian Ford | 2012-07-19 09:35:43 -0700 | 
| commit | fbfda241f616bcfe8273f501dd49120a3cb35fab (patch) | |
| tree | a17e44784a2bccbf0154c6a916cdece0cf141fff /docs/content/tutorial/step_07.ngdoc | |
| parent | 206371b7372c242db234ca8da12d1c7a8a322d54 (diff) | |
| download | angular.js-fbfda241f616bcfe8273f501dd49120a3cb35fab.tar.bz2 | |
fix(docs): Capitalize "Angular".
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index b7c1b1b7..1e86b256 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -35,7 +35,7 @@ template into what we call a "layout template". This is a template that is commo  our application. Other "partial templates" are then included into this layout template depending on  the current "route" — the view that is currently displayed to the user. -Application routes in angular are declared via the +Application routes in Angular are declared via the  {@link api/ng.$routeProvider $routeProvider}, which is the provider of the  {@link api/ng.$route $route service}. This service makes it easy to wire together  controllers, view templates, and the current | 
