From d3e028151242713e60bb100b6f5024f615cdc1cb Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 28 Jan 2016 09:15:04 +0000 Subject: [PATCH] docs($compile): minor typo/style correction --- src/ng/compile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 90646165d9b6..02d6ce504000 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -407,7 +407,7 @@ *
* **Note:** The compile function cannot handle directives that recursively use themselves in their - * own templates or compile functions. Compiling these directives results in an infinite loop and a + * own templates or compile functions. Compiling these directives results in an infinite loop and * stack overflow errors. * * This can be avoided by manually using $compile in the postLink function to imperatively compile @@ -634,7 +634,7 @@ * The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the * `link()` or `compile()` functions. It has a variety of uses. * - * accessing *Normalized attribute names:* + * * *accessing Normalized attribute names:* * Directives like 'ngBind' can be expressed in many ways: 'ng:bind', `data-ng-bind`, or 'x-ng-bind'. * the attributes object allows for normalized access to * the attributes.