I\'m working on an app using the Ionic Framework and am having trouble attempting to use the Angular-ui router. The first block of code below functions perfectly. However, as so
try
.state('login', { url: '/login', templateUrl: 'app/login/login.html', controller: 'LoginController as login' })