From f02bd6c659c77538d4cee1d584786e4f3154db21 Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Fri, 30 May 2014 22:20:58 -0400 Subject: [PATCH] docs(domUtil): Correcting getParentOrSelfWithClass documentation. It previously duplicated getParentWithClass. Closes #1535 --- js/utils/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/dom.js b/js/utils/dom.js index 65b8d6a1cb..7ca75acaa5 100644 --- a/js/utils/dom.js +++ b/js/utils/dom.js @@ -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