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 d497822 commit d405dfdCopy full SHA for d405dfd
src/jqLite.js
@@ -112,6 +112,9 @@
112
* - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top
113
* parent element is reached.
114
*
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
+ *
118
* @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery.
119
* @returns {Object} jQuery object.
120
*/
0 commit comments