【AngularJS】ui-routerを利用している際にURIの遷移を行いたい場合。

$stateサービスのgo()メソッドを用いる。

$state.go('admin.index');

引数にはステート名を渡せばOK。