From d23f585f4aed64d678812f33ec08c6ed2228ee6e Mon Sep 17 00:00:00 2001 From: thorn0 Date: Tue, 30 Sep 2014 02:55:34 +0300 Subject: [PATCH] docs($compile): add header to example --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 63eb52fcb..bac53537d 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -392,7 +392,7 @@ * } * ``` * - * Below is an example using `$compileProvider`. + * ## Example * *
* **Note**: Typically directives are registered with `module.directive`. The example below is