diff --git a/docs/content/guide/templates.ngdoc b/docs/content/guide/templates.ngdoc index f1954b5dda28..147aac86e82f 100644 --- a/docs/content/guide/templates.ngdoc +++ b/docs/content/guide/templates.ngdoc @@ -3,6 +3,8 @@ @sortOrder 260 @description +# Templates + In Angular, templates are written with HTML that contains Angular-specific elements and attributes. Angular combines the template with information from the model and controller to render the dynamic view that a user sees in the browser.