Ionic tabs "auto" navigation

This I solved too, just dont use

"href="#/tab/about"

but use

$state.go('tabs.about')

instead.