Using $state.go to navigate between views doesn't work, $location.path does

You don’t need to inject. Ionic already does that.

You just need : angular.module('ionicApp', ['ionic'])

3 Likes