We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206371b commit fbfda24Copy full SHA for fbfda24
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
35
our application. Other "partial templates" are then included into this layout template depending on
36
the current "route" — the view that is currently displayed to the user.
37
38
-Application routes in angular are declared via the
+Application routes in Angular are declared via the
39
{@link api/ng.$routeProvider $routeProvider}, which is the provider of the
40
{@link api/ng.$route $route service}. This service makes it easy to wire together
41
controllers, view templates, and the current
0 commit comments