aboutsummaryrefslogtreecommitdiffstats
path: root/docs/angular.element.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2011-02-13 16:13:21 -0800
committerMisko Hevery2011-02-16 08:59:57 -0500
commitc90abf057b0370cf5beb62aa960f1df008c802ef (patch)
tree039525ec1ee518175010693efd278fa105815285 /docs/angular.element.ngdoc
parentcdc093a463e8f8a925cbb9f2b55bedf0a1d8e7e8 (diff)
downloadangular.js-c90abf057b0370cf5beb62aa960f1df008c802ef.tar.bz2
Changed the angular.compile(element)(scope[, cloneAttachNode])
Diffstat (limited to 'docs/angular.element.ngdoc')
-rw-r--r--docs/angular.element.ngdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/angular.element.ngdoc b/docs/angular.element.ngdoc
index 83680d1f..2ce007fd 100644
--- a/docs/angular.element.ngdoc
+++ b/docs/angular.element.ngdoc
@@ -44,10 +44,6 @@ raw DOM references.
version:
- `scope()` - retrieves the current angular scope of the element.
-- `cloneNode()` - Clones the current node, ensuring identical structure. This is important since
- the `clone()` method implemented by jQuery under some circumstances changes the DOM
- structure, which then prevents proper application of compiled template to the cloned node.
- __Always use `cloneNode()` when cloning previously compiled templates.__
@param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery.
@returns {Object} jQuery object.