搜索

首页  >  问答  >  正文

angular.js - angular js 报错 [$injector:modulerr] 模块注入错误

html

雷雷

app.js

雷雷

user.html

雷雷

controller.js

雷雷

错误

阿神阿神2758 天前773

全部回复(3)我来回复

  • 为情所困

    为情所困2017-05-15 17:13:24

    代码里没有引入angular-route.js

    回复
    0
  • 世界只因有你

    世界只因有你2017-05-15 17:13:24

    http://www.tuicool.com/articl...

    看一下上面的教程吧,然后一般这么写

    angular.module('myapp', ['ngRoute'])
    .config([
        '$routeProvider',
        function ($routeProvider) {
            $routeProvider
                .when('/home', {
                    templateUrl: 'home.html',
                    controller: 'HomeController'
                })
                .otherwise('/home')
        }
    ])

    回复
    0
  • 高洛峰

    高洛峰2017-05-15 17:13:24

    app模块找不到,看看注入什么的

    回复
    0
  • 取消回复