I download the “myApp sidemenu” example and it work prefectly. So i try to add a “Home-Button” in the header of the Side-Menu (works). So how i can add the function to go home?
Im a beginner in the world of angularjs and ionic :S
I personally try to avoid using the $location service with Ionic. It works, but it causes template ‘flashing’ when you’re transitioning between views. Instead, try to use $state.go or $state.transitionTo in order to leverage Ionic’s awesome transition animations.