Skip to content
Permalink
Browse files

docs($compile) fix a typo

Remove unnecessary 'and' in $compile docs.

Closes #10582
  • Loading branch information
ccschmitz authored and pkozlowski-opensource committed Dec 26, 2014
1 parent 4836dac commit 1eb6036d29687f7b675ff5b28f6cbf105fcb611b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/compile.js
@@ -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>
*

0 comments on commit 1eb6036

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