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