mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
docs($compile) fix a typo
Remove unnecessary 'and' in $compile docs. Closes #10582
This commit is contained in:
committed by
Pawel Kozlowski
parent
4836dacae6
commit
1eb6036d29
@@ -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>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user