Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/3 - Components): Adding Tag to Angular Mapping Info #16740

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/tutorial/step_03.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Let's see an example:
});
```


Now, every time we include `<greet-user></greet-user>` 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.
Expand Down Expand Up @@ -129,7 +130,7 @@ acquired skill.
<!-- Use a custom component to render a list of phones -->
<phone-list></phone-list>

</body>
</body>
</html>
```

Expand Down