Ionic Confirm Popup Bug When Using Side Menu Type Project

Hi All, So I have an Ionic project that uses the side menu style starter app. I noticed a few bugs on Android. Firstly whilst the popup is open, I touched the physical back kept on my HTC M8 and the navigation did occur which it should not.
Secondly, I realised that when I have a confirm popup open, normally the background should not listen to any other touch input but in my application i was able to drag the view behind the popup to the right even thought its set to toggle left normally.
See Screen Shot

Now i dont think a user would perform this action anyways but being the tester I once was, I could help but try to break it and indeed did it show signs of breakage. I will get a demo up and running soon to showcase but i want to know if anyone else has seen this too

I know there were some issue with the popups in 1.0 beta. Do you mind giving this a try with the nightly builds?

  <link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
  <script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>

Indeed I am using Nightly locally Ionic, v1.0.0-beta.1-nightly-1836 @mhartington .

Hi guys !
I have exactly the same problem. Any idea ?