[Fix] Ionic 1.2.1 Scroll & PTR

Some users have reported scrolling not working when combined with PTR after the new ionic update 1.2.1. This is most likely caused by the disabling of js scrolling.

To fix add 'overflow-scroll = “false” ’ to your ionic content tag

ref: https://github.com/driftyco/ionic/issues/4758