diff options
| author | Brian Ford | 2013-10-11 15:55:53 -0700 | 
|---|---|---|
| committer | Brian Ford | 2013-10-11 16:15:35 -0700 | 
| commit | 989ca61a615851fe60b5793d1bf0d03698560c3e (patch) | |
| tree | 6f1e73e543aa398e841185dfcac3fcb3d8ed4dc3 /docs/content/tutorial/step_02.ngdoc | |
| parent | c317a7b51ac5b9cf76f399427e7e71fe4f793818 (diff) | |
| download | angular.js-989ca61a615851fe60b5793d1bf0d03698560c3e.tar.bz2 | |
docs(tutorial/step02): fix formatting
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 539c541b..cfa45ee2 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -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. | 
