Modal closing isn't full native

Hi when I’m closing modal and (modal is defined as animation slide-in-XXX) it doesn’t close full native… On last 50 pixels on modal disappear doesn’t slide into screen. Is there some hack to fix this ?

Use `animation: 'no-animation`` and create your own CSS animation in your style.css for the modal view. Unfortunately there’s a bug ( https://github.com/driftyco/ionic/issues/2342 ) in the modal close that is almost impossible to use custom animation for modal close. Hope guys will correct this.

Cool, Ill wait to see response on the github this shouldn’t be big fix maybe they ll fix it in night build next week…