Angular-UI router not working in Ionic app

后端 未结 1 1318
耶瑟儿~
耶瑟儿~ 2021-01-24 12:14

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

相关标签:
1条回答
  • 2021-01-24 12:45

    try

    .state('login', {
      url: '/login',
      templateUrl: 'app/login/login.html',
      controller: 'LoginController as login'
    })
    
    0 讨论(0)
提交回复
热议问题