0
我有這樣的狀態頁面狀態導航不工作
.state('profile', {
url: "/profile/:profileId",
templateUrl: 'templates/profilePages/userProfile.html',
controller: 'ProfileController'
})
.state('profile.edit', {
url: "profile/edit/:profileId/:field",
templateUrl: 'templates/profilePages/edit-pages/edit.html',
controller: 'ProfileController'
})
我試圖通過
<a href="#/profile/edit/mmm/111" class="ion-edit"></a>
它的導航不是導航到指定頁面,並在控制檯日誌也
難道我幫你去解決呢? –
啊還沒有檢查...會檢查它 – manish