Angularjs 滾動條控制

 1 控制滾動條
 2 依賴    $location, $anchorScroll
 3 
 4  $scope.gotoTop = function () {
 5         $location.hash("top");
 6         $anchorScroll();
 7     };
 8     $scope.gotoBottom = function () {
 9         $location.hash("bottom");
10         $anchorScroll();
11 
12     };
13 注意 頁面須要有相應的div    id爲  top 和bottom
相關文章
相關標籤/搜索