0
我打,當時我做這個網址
的console.log($ stateParams) ;
它顯示空對象
我的路線是
.state('mailVerification', {
url: "/verifyMail?id",
templateUrl: "app/views/common/emailVerification.html",
controller: 'accountCtrl',
data: {
authorizedRoles: [USER_ROLES.all]
}
})
爲什麼我沒有得到$ stateParams.id價值?請幫幫我。
我覺得URL應該是這樣的'/ verifyMail /:在配置: 「ID/verifyMail /:」 id' –
您可以在網址試試這個模塊。 – chirag
該網址必須是localhost:8001 /#/ verifyMail?id = 4c4e77a2 – fantarama