预期的表达,得到了'<'何时在Angular JS中路由

时间:2015-09-09 07:25:53

标签: angularjs angularjs-routing pushstate expected-exception

我将路由哈希路由更改为Pushstate Route。 除参数路由

外,所有路由均正常工作

当我正在呼叫(" / profile-page /:Id")某种路由错误预期表达式时,得到了'<'进来了。

        }, {
            url: '/dashboard',
            config: {
                title: 'Dashboard',
                templateUrl: 'app/dashboard/dashboard.html',
                settings: {
                    nav: 3,
                    content: '<i class="fa fa-lock"></i> dashboard'
                }
            }
        }, {
            url: '/profile-page/:Id',
            config: {
                title: 'Profile-Page',
                templateUrl: 'app/profile-page/profile-page.html',
                settings: {
                    nav: 4,
                    content: '<i class="fa fa-lock"></i> profile-page'
                }
            }
        }
  1. 我将所有js库放在body标签中但不起作用。
  2. 请帮助。如果您需要更多信息,请回复。 先感谢您。

0 个答案:

没有答案