recherche

Maison  >  Questions et réponses  >  le corps du texte

angular.js - anguarjs ui的路由问题

刚接触这个做项目,当碰到跳转时,state后面的第一个参数代表什么意思呢?和url有什么对应关系吗?请教各位大神

 .state('app.single', {
    url: "/history/:sid/:bmid",
    views: {
      'menuContent': {
        templateUrl: "templates/historydata.html",
        controller: 'histFun'
      }
    }
阿神阿神2743 Il y a quelques jours648

répondre à tous(1)je répondrai

  • 我想大声告诉你

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

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

    répondre
    0
  • Annulerrépondre