This is first time i am trying to use ui-router.
Here is my app.js
angular.module(\'myApp\', [\'ionic\'])
.run(function($ionicPlatform) {
$ionicPl
I've just had this same issue with Ionic.
It turns out nothing was wrong with my code, I simply had to quit the ionic serve session and run ionic serve again.
After going back into the app, my states worked fine.
I would also suggest pressing save on your app.js file a few times if you are running gulp, to make sure everything gets re-compiled.