Enable Native JS Scrolling - Can't scroll

Hi All,

After I enable Native JS Scrolling with the use of:

        if (!ionic.Platform.isIOS()) {
            $ionicConfigProvider.scrolling.jsScrolling(false);
        }

I can no longer scroll either in Chrome or on a device. I did not have this issue prior to 1.0.1. Has this been deprecated?