From 12ca1e38f9bbaf05801e171ea9d0b0cc3933b2bd Mon Sep 17 00:00:00 2001 From: Chris Inch Date: Wed, 1 Oct 2014 15:30:18 -0400 Subject: [PATCH] docs(guide/compiler): add title to the page --- docs/content/guide/compiler.ngdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index 84a15c14..6755aab6 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -3,6 +3,8 @@ @sortOrder 330 @description +# HTML Compiler +
**Note:** this guide is targeted towards developers who are already familiar with AngularJS basics. @@ -12,7 +14,7 @@ If you want a deeper look into Angular's compilation process, you're in the righ
-# Overview +## Overview Angular's {@link ng.$compile HTML compiler} allows the developer to teach the browser new HTML syntax. The compiler allows you to attach behavior to any HTML element or attribute