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

Commit

Permalink
docs(jqlite): add known issue
Browse files Browse the repository at this point in the history
Closes #14251
  • Loading branch information
petebacondarwin committed Apr 8, 2016
1 parent 791148a commit 28c6c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jqLite.js
Expand Up @@ -114,6 +114,9 @@
* - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top
* parent element is reached.
*
* @knownIssue You cannot spy on `angular.element` if you are using Jasmine version 1.x. See
* https://github.com/angular/angular.js/issues/14251 for more information.
*
* @param {string|DOMElement} element HTML string or DOMElement to be wrapped into jQuery.
* @returns {Object} jQuery object.
*/
Expand Down

0 comments on commit 28c6c4d

Please sign in to comment.