From 989ca61a615851fe60b5793d1bf0d03698560c3e Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 11 Oct 2013 15:55:53 -0700 Subject: docs(tutorial/step02): fix formatting --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) { -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 `` tag) now specifies the `phonecatApp` module name as the module to load when bootstrapping the Angular application. -- cgit v1.2.3