我使用ngRoute模块,但它显示我错误,以便有额外的文件需要添加使用此模块我搜索,但我did'nt发现像其他模块国土资源,饼干我们需要单独的文件对于是它ngroute此外,如果是这样我在哪里可以找到这种未捕获的错误:没有模块:ngRoute
错误: -
Uncaught Error: No module: ngRoute
var app = angular.module('inventoryApp', ['ngCookies','ngResource', 'ngRoute']);
controller.js
app.controller('storesController', function ($rootScope, $scope, $location, $cookies, $routeParams) {
});