docs(tutorial/step02): fix formatting

This commit is contained in:
Brian Ford 2013-10-11 15:55:53 -07:00
parent c317a7b51a
commit 989ca61a61

View file

@ -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.