docs($compile) fix a typo

Remove unnecessary 'and' in $compile docs.

Closes #10582
This commit is contained in:
Chris Schmitz
2014-12-26 10:34:20 -06:00
committed by Pawel Kozlowski
parent 4836dacae6
commit 1eb6036d29

View File

@@ -477,7 +477,7 @@
*
* <div class="alert alert-info">
* **Best Practice**: if you intend to add and remove transcluded content manually in your directive
* (by calling the transclude function to get the DOM and and calling `element.remove()` to remove it),
* (by calling the transclude function to get the DOM and calling `element.remove()` to remove it),
* then you are also responsible for calling `$destroy` on the transclusion scope.
* </div>
*