ngrouteProvider在我的案例中不起作用

时间:2014-03-21 07:33:14

标签: javascript angularjs

我的代码http://jsfiddle.net/U3pVM/3784/

我调试了几个小时但仍然找不到什么问题。控制台中未显示错误。它说当我转到localhost / myproject /#/ action

时找不到该对象

这是路由的正确用法吗?

app.config(function($routeProvider) {
    $routeProvider
        .when('/action/:index', {
        templateUrl: 'edit.html',
        controller: 'MainControl'
    });
})

0 个答案:

没有答案