<ion-content delegate-handle="dashboard"> ...... </ion-content>
$timeout(function(){ $ionicScrollDelegate.$getByHandle('dashboard').scrollTop(false); });
true和false是用來控制動畫的html
官網的文檔說的很清楚, 用來控制ionic-content和ionic-scroll指令生成的滾動視圖, 使用delegate-handle來指定句柄以便區分和更好的控制.ionic