<ion-content delegate-handle="dashboard"> ...... </ion-content>
$timeout(function(){ $ionicScrollDelegate.$getByHandle('dashboard').scrollTop(false); });
true和false是用来控制动画的html
官网的文档说的很清楚, 用来控制ionic-content和ionic-scroll指令生成的滚动视图, 使用delegate-handle来指定句柄以便区分和更好的控制.ionic