Angularjs $injector:moduler是否使用角带?

Angularjs $injector:moduler是否使用角带?,angularjs,angular-strap,Angularjs,Angular Strap,我试图使用angular strap指令,但在最简单的设置中遇到了模块初始化错误。我反复检查了无数次,但看不出我到底遗漏了什么 这是一个plunker链接: 我得到的错误是: Error: [$injector:modulerr] Failed to instantiate module mgcrea.ngStrap due to: Error: [$injector:nomod] Module 'mgcrea.ngStrap' is not available! You either miss

我试图使用angular strap指令,但在最简单的设置中遇到了模块初始化错误。我反复检查了无数次,但看不出我到底遗漏了什么

这是一个plunker链接:

我得到的错误是:

Error: [$injector:modulerr] Failed to instantiate module mgcrea.ngStrap due to:
Error: [$injector:nomod] Module 'mgcrea.ngStrap' is not available! You either misspe...  <omitted>...1) 
错误:[$injector:modulerr]未能实例化模块mgcrea.ngStrap,原因是:
错误:[$injector:nomod]模块“mgcrea.ngStrap”不可用!你要么错了。。。1) 
我读了,但它没有回答我的问题,因为我没有使用ngSanitize或routes。这很简单


谢谢

你的弹跳需要有角度的动画,这是一条有角度的带子



我认为问题出在旧版的角带上。您应该包括在Yea指定的文件,谢谢。在“快速入门”中包含所有脚本都很好。实际上,android strap的愚蠢开发人员(尽管谢谢!;-)没有在他的gitup imho上编写它。我希望他们能将其包含在依赖脚本文件列表中:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular-animate.min.js"></script>