Custom JQuery based Select Dropdown with AngularJS

Hi Guys,

This maybe more sort of related to AngularJS than to Ionic, but I still wanted to ask it here. I need to integrate a custom dropdown in Ionic app. I found one here here, it does the job nicely. But the problem is that it is based on JQuery plugin. How can I integrate this within Ionic/Angular? Thanks for all your help.

Search for jquery & angularjs. There are lots of blog posts about wrapping jQuery in directives or converting them. You can probably just do the exact same thing in AngularJS with a directive and CSS.

I was able to make it work as you suggested and getting some help from stackoverflow.