For the life of me, I cannot figure out why this home page loads at the bottom. Is this an angular ui-router, angular, javascript or CSS issue? I\'ve been stuck on this fo
in the run block add:
$rootScope.$on('$stateChangeSuccess', function () { $anchorScroll(); });
Of course you have to inject the $anchorScroll dependency