从AngularJS 1.0.7升级到1.2.0rc1时收到此错误。
The ngRoute module is no longer part of the core angular.js file.(ngRoute模块不再是核心angular.js文件的一部分。)
angular.js
angular-route.js
<script src="angular.js"> <script src="angular-route.js">
ngRoute
var app = angular.module('MyApp', ['ngRoute', ...]);
angular-ui-router
$routeProvider
.config()
$stateProvider
ui.router
var app = angular.module('MyApp', ['ui.router', ...]);
1.4m articles
1.4m replys
5 comments
57.0k users