Slide toggle on image

Can I achieve slideToggle like this in ionic

I want same effect using angular

Please help me out
Thanks in advance

You can still use jquery in your apps, just make sure you load it before angular since ionic/angular has some functions that will replace jquery. Your implementation is clean as is.

If not, here are some post on the subject.

Good Luck,

RGecy

@rgecy Thanks for your response I’ll look into that