diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index ab8179b849a8..b431aefe5050 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -88,6 +88,13 @@ Let's see an example: }); ``` +```html + + + + +``` + Now, every time we include `` in our view, AngularJS will expand it into a DOM sub-tree constructed using the provided `template` and managed by an instance of the specified controller. @@ -127,7 +134,7 @@ acquired skill. - + @@ -148,7 +155,7 @@ angular.module('phonecatApp', []); // Register `phoneList` component, along with its associated controller and template angular. module('phonecatApp'). - component('phoneList', { + component('phoneList', { // This name is what AngularJS uses to match to the `` element. template: '