剛接觸這個做項目,當碰到跳轉時,state後面的第一個參數代表什麼意思呢?和url有什麼對應關係嗎?請教各位大神
.state('app.single', {
url: "/history/:sid/:bmid",
views: {
'menuContent': {
templateUrl: "templates/historydata.html",
controller: 'histFun'
}
}
我想大声告诉你2017-05-15 16:52:38
https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views#example---name-matching