Bug with modal, it's like the user is clicking twice

Hi

I have a very weird issue with my app.

Very similar to this bug https://github.com/driftyco/ionic/issues/559.
I have two buttons that open two modals containing lists. But the first time the user click on a button, the modal opens, a selection is made in the list and the modal close instantly.

It’s like there were two clicks instead of one…

This only happens on iOS (ios simulator : iphone 5, 8.4). I have tried a lot of things, but I can’t find a fix. I need to put my app in production very soon, so I would gladly receive help from one of you.

Is there someone who would kindly test my code (I’ll grant access to our repo) on the iOS simulator and see the bug for him/herself ?

Thanks a lot.

ionic info

Your system information:

Cordova CLI: 5.3.3
Ionic Version: 1.2.1
Ionic CLI Version: 1.7.12
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.2
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v4.2.1
Xcode version: Xcode 7.1 Build version 7B91b

I have to mention that I’ve recently posted a bug issue here about the same issue, but I am not getting much attention.
Although I am still a newbie at this, I really think it’s a bug in ionic…and I’m stuck with it, preventing us to publish our app.

@brandyshea @mhartington can you please please please help on this !? I am almost sure it’s a bug with Ionic, because the taps are repeated twice.
I can give you access to the code (it doesn’t reproduce in codePen)…

Can you send me a message with the code repo?

Thanks a lot, I just sent you a message, I need your bitbucket id to give you the code. If you don’t have one, I’ll open the repo for a while.

Hi @brandyshea I made a codepen http://codepen.io/LouisDoe/pen/gPvGXe?editors=0100 (run it twice to make it work please)