Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d405dfd

Browse files
docs(jqlite): add known issue
Closes #14251
1 parent d497822 commit d405dfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/jqLite.js

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
* - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top
113113
* parent element is reached.
114114
*
115+
* @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See
116+
* https://github.com/angular/angular.js/issues/14251 for more information.
117+
*
115118
* @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery.
116119
* @returns {Object} jQuery object.
117120
*/

0 commit comments

Comments
 (0)