search

Home  >  Q&A  >  body text

angular.js - 学习ui-router遇到的问题

最近在使用ui-router做东西,遇到一个问题,文件目录如下


下面这个是index.html里的ui-view

下面是app.js里面的路由配置

当前url是这样的:

现在我想点击了排名后使网页url变为这个

下面这和是mainPage.html里的代码


可是我点击了排名后,,却报了这样的错误:

感到不解,求大家帮忙看下,,谢谢

过去多啦不再A梦过去多啦不再A梦2744 days ago534

reply all(2)I'll reply

  • phpcn_u1582

    phpcn_u15822017-05-15 17:01:48

    The value of

    ui-sref should be the defined state, and

    should be placed on the page
    ui-sref = "#/mRange"

    was modified to

    ui-sref = "mRange"

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-15 17:01:48

    Remove #/ in ui-sref

    reply
    0
  • Cancelreply