mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(tutorial/step02): fix formatting
This commit is contained in:
parent
c317a7b51a
commit
989ca61a61
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ phonecatApp.controller('PhoneListCtrl', function PhoneListCtrl($scope) {
|
|||
|
||||
</pre>
|
||||
|
||||
Here we declared a controller called __PhoneListCtrl__ and registered it in an AngularJS
|
||||
Here we declared a controller called `PhoneListCtrl` and registered it in an AngularJS
|
||||
module, `phonecatApp`. Notice that our `ng-app` directive (on the `<html>` tag) now specifies the `phonecatApp`
|
||||
module name as the module to load when bootstrapping the Angular application.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue