Suppose you are using routes:
// bootstrap myApp.config([\'$routeProvider\', \'$locationProvider\', function ($routeProvider, $locationProvider) { $rout
just do it as follows in your html write:
goto
And in your controller, add $state as follows:
.controller('homeCTRL', function($scope, **$state**) { $scope.going = function(){ $state.go('your route'); } })