I am new to this project. When encountering a jump, what does the first parameter after state mean? Is there any correspondence with url? Please give me some advice
.state('app.single', {
url: "/history/:sid/:bmid",
views: {
'menuContent': {
templateUrl: "templates/historydata.html",
controller: 'histFun'
}
}
https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views#example---name-matching