Hiding 'undefined' text in Ionic
Hi, I'm making the switch from JQuery to Ionic and completely rebuilding my app in the new framework. In JQuery, I used the following javascript to hide a database record from a list component is it was blank: element.hide(). I'm wondering if there is an equivalent to this in Ionic. I tried the same code, but it didn't work. Thanks.