mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): Capitalize "Angular".
This commit is contained in:
parent
206371b737
commit
fbfda241f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue