mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(cookbook/deeplinking): fix typo
This commit is contained in:
parent
0f16b1d32e
commit
0dd987bb91
1 changed files with 1 additions and 1 deletions
|
|
@ -148,4 +148,4 @@ In this example we have a simple app which consist of two screens:
|
|||
* The {@link api/ngRoute.directive:ngView ngView} widget loads the
|
||||
view when the URL changes. It also sets the view scope to the newly instantiated controller.
|
||||
* Changing the URL is sufficient to change the controller and view. It makes no difference whether
|
||||
the URL is changed programatically or by the user.
|
||||
the URL is changed programmatically or by the user.
|
||||
|
|
|
|||
Loading…
Reference in a new issue