We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791148a commit 28c6c4dCopy full SHA for 28c6c4d
src/jqLite.js
@@ -114,6 +114,9 @@
114
* - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top
115
* parent element is reached.
116
*
117
+ * @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See
118
+ * https://github.com/angular/angular.js/issues/14251 for more information.
119
+ *
120
* @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery.
121
* @returns {Object} jQuery object.
122
*/
0 commit comments