Skip to content
Permalink
Browse files

docs($compile): minor typo/style correction

Closes #13864
  • Loading branch information
rosyatrandom authored and gkalpak committed Jan 28, 2016
1 parent a60bbc1 commit 5cb7d0e0468cf9531505636fc647351c03b2406a
Showing with 4 additions and 5 deletions.
  1. +4 −5 src/ng/compile.js
@@ -385,7 +385,7 @@
* <div class="alert alert-warning">
* **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
@@ -584,10 +584,9 @@
* 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:*
* 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.
* * *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.
*
* * *Directive inter-communication:* All directives share the same instance of the attributes
* object which allows the directives to use the attributes object as inter directive

0 comments on commit 5cb7d0e

Please sign in to comment.
You can’t perform that action at this time.