在 google cdn 上找不到 angular 路由 js

can't find angular route js on google cdn

这似乎是一个非常基本的问题,但我似乎无法在 google 开发人员 cdn (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.route.js) even though the official docs say to find it there (https://code.angularjs.org/1.4.7/docs/api/ngRoute) 上找到路由 angular 资源 我知道我可以使用 bower 或 npm 将它们包含在我的项目中,但我想获得通过 cdn 提供的静态文件的好处(尤其是 google 的)

更改以下...

https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.route.js

https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular-route.js

区别?

angular.route => angular-route