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

Commit 12ca1e3

Browse files
clinchbtford
authored andcommitted
docs(guide/compiler): add title to the page
1 parent 7b9fddf commit 12ca1e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/guide/compiler.ngdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@sortOrder 330
44
@description
55

6+
# HTML Compiler
7+
68
<div class="alert alert-warning">
79
**Note:** this guide is targeted towards developers who are already familiar with AngularJS basics.
810

@@ -12,7 +14,7 @@ If you want a deeper look into Angular's compilation process, you're in the righ
1214
</div>
1315

1416

15-
# Overview
17+
## Overview
1618

1719
Angular's {@link ng.$compile HTML compiler} allows the developer to teach the
1820
browser new HTML syntax. The compiler allows you to attach behavior to any HTML element or attribute

0 commit comments

Comments
 (0)