mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix(docs): Adjectve accidentally made into an adverb
This commit is contained in:
parent
92a3d28218
commit
1613621645
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ as follows:
|
|||
on the `<body>` tag.
|
||||
|
||||
* The phone data is then attached to the *scope* (`$scope`) that was injected into our controller
|
||||
function. The controller scope is a prototypically descendant of the root scope that was created
|
||||
function. The controller scope is a prototypical descendant of the root scope that was created
|
||||
when the application bootstrapped. This controller scope is available to all bindings located within
|
||||
the `<body ng-controller="PhoneListCtrl">` tag.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue