我正在将我的路由哈希路由更改为 Pushstate Route。除参数路由外,所有路由均有效
当我调用 ("/profile-page/:Id") 类型的路由错误预期表达式时,得到 '<' 进入循环。
}, {
url: '/dashboard',
config: {
title: 'Dashboard',
templateUrl: 'app/dashboard/dashboard.html',
settings: {
nav: 3,
content: '<i class="fa fa-lock"></i> dashboard'
}
}
}, {
url: '/profile-page/:Id',
config: {
title: 'Profile-Page',
templateUrl: 'app/profile-page/profile-page.html',
settings: {
nav: 4,
content: '<i class="fa fa-lock"></i> profile-page'
}
}
}
- 我将所有 js 库放在 body 标记中,但不起作用。
请帮助。如果您需要更多信息,请回复。先感谢您。