Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2015 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2880f2f2c9f91b0b695f to your computer and use it in GitHub Desktop.
Save anonymous/2880f2f2c9f91b0b695f to your computer and use it in GitHub Desktop.
app.controller("MainCtrl", ["$scope", "$location", "$anchorScroll", "Profile ", function($scope, $location, $anchorScroll, Profile) {
$scope.goToAnchor = function() {
$location.hash('hive');
$anchorScroll();
};
}]);
<a href="goToAnchor">...</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment