mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(domUtil): Correcting getParentOrSelfWithClass documentation. It previously duplicated getParentWithClass. Closes #1535
This commit is contained in:
committed by
Perry Govier
parent
02f5fcb7aa
commit
f02bd6c659
@@ -233,7 +233,7 @@
|
||||
},
|
||||
/**
|
||||
* @ngdoc method
|
||||
* @name ionic.DomUtil#getParentWithClass
|
||||
* @name ionic.DomUtil#getParentOrSelfWithClass
|
||||
* @param {DOMElement} element
|
||||
* @param {string} className
|
||||
* @returns {DOMElement} The closest parent or self matching the
|
||||
|
||||
Reference in New Issue
Block a user