Skip to content

Commit

Permalink
disable scrollTo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Nov 8, 2017
1 parent 3866d9c commit 5e1acb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ angular.module('treephone.controllers', [])
)
};
$scope.scrollTo = function (hash) {
$location.hash(hash);
$anchorScroll();
return;
// $location.hash(hash);
// $anchorScroll();
}
})

Expand Down

0 comments on commit 5e1acb7

Please sign in to comment.