搜尋

首頁  >  問答  >  主體

angular.js - anguarjs ui的路由問題

剛接觸這個做項目,當碰到跳轉時,state後面的第一個參數代表什麼意思呢?和url有什麼對應關係嗎?請教各位大神

 .state('app.single', {
    url: "/history/:sid/:bmid",
    views: {
      'menuContent': {
        templateUrl: "templates/historydata.html",
        controller: 'histFun'
      }
    }
阿神阿神2774 天前662

全部回覆(1)我來回復

  • 我想大声告诉你

    我想大声告诉你2017-05-15 16:52:38

    https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views#example---name-matching

    回覆
    0
  • 取消回覆