docs(domUtil): Correcting getParentOrSelfWithClass documentation. It previously duplicated getParentWithClass. Closes #1535

This commit is contained in:
Ryan Gonzalez
2014-05-30 22:20:58 -04:00
committed by Perry Govier
parent 02f5fcb7aa
commit f02bd6c659

View File

@@ -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