mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-19 20:01:52 +00:00
parent
089bf5f0e3
commit
b122194425
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ the model and the view. We connected the dots between the presentation, data, an
|
||||||
as follows:
|
as follows:
|
||||||
|
|
||||||
* The {@link api/ng.directive:ngController ngController} directive, located on the `<body>` tag,
|
* The {@link api/ng.directive:ngController ngController} directive, located on the `<body>` tag,
|
||||||
references the the name of our controller, `PhoneListCtrl` (located in the JavaScript file
|
references the name of our controller, `PhoneListCtrl` (located in the JavaScript file
|
||||||
`controllers.js`).
|
`controllers.js`).
|
||||||
|
|
||||||
* The `PhoneListCtrl` controller attaches the phone data to the `$scope` that was injected into our
|
* The `PhoneListCtrl` controller attaches the phone data to the `$scope` that was injected into our
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue