Did $ionicModal change in beta.13?

I just updated and now my modal is no longer working as it used to. It still opens but I can no longer close it. Also it looks more like a popup now and doesn’t take up the entire screen.

Has this always been applied to the body when the modal is open?

.modal-open {
    pointer-events: none;
}

My close button I have in my header is no longer clickable with that there which is why I can’t close it.

Actually it seems like its only an issue with the ionic-starter-maps project