我将路由哈希路由更改为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'
}
}
}
请帮助。如果您需要更多信息,请回复。 先感谢您。