Has-bouncing not work with ionic1.2

1、when i update my app to ver1.2 from ver 1.1, i find the has-bouncing is not working
i use it like this

2、the $ionicScrollDelegate.$getByHandle…scrollTo(0, 0, true); lagged than v1.1

by the way , v1.2 is more efficient than v1.1, pages switch very smoothly

i 've known how to use has-bouncing.
$ionicConfigProvider.scrolling.jsScrolling(true);

using javascript scrolling should make the scrollTo smooth again.

in ionic framework <1.2 default scrolling was javascript scrolling. with 1.1 it is native (overflow) scrolling.

you can activate it globally like you did via $ionicConfigProvider or per ion-content. set the attribute overflow-scroll=“false”