So I’ve created a modal in my app and I’ve been having some weird issues with it. I used the Ionic Codepen and another one I found to no avail.
Here is what I get: http://codepen.io/anon/pen/GmxaJ
As you can see the modal doesn’t come out very good.
If I remove <ion-modal-view>
and replace it with a div with class=“modal” then…
I get this: http://codepen.io/anon/pen/FpDBK
The second one is better but the text is totally wrong and it doesn’t scroll.
Anyone know what’s up with this?