Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/410.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 未知提供程序:$animateCssProvider<;-$animateCss<;-$uibModalStack<;-$uibModal_Javascript_Angularjs_Angular Ui Bootstrap_Angular Bootstrap - Fatal编程技术网

Javascript 未知提供程序:$animateCssProvider<;-$animateCss<;-$uibModalStack<;-$uibModal

Javascript 未知提供程序:$animateCssProvider<;-$animateCss<;-$uibModalStack<;-$uibModal,javascript,angularjs,angular-ui-bootstrap,angular-bootstrap,Javascript,Angularjs,Angular Ui Bootstrap,Angular Bootstrap,如果我将angular版本更新到更高的版本,我相信它会工作,但我更依赖angular的1.3.20版本 我尝试了从1.1到最新版本的angular bootstrap版本,但1.3.20没有任何效果。我得到的只是未知的提供者 当您注释第9行和取消注释第10行时,此plunkr代码起作用 但是当1.3.20的ngAnimate&angular版本使用angular引导时,它可以很好地工作,0.14.3版本是非常旧的代码 我如何在不升级Angle版本的情况下修复此问题 如果我可以显式地添加$ani

如果我将angular版本更新到更高的版本,我相信它会工作,但我更依赖angular的
1.3.20
版本

我尝试了从
1.1
最新版本的
angular bootstrap
版本,但
1.3.20
没有任何效果。我得到的只是未知的提供者

当您注释第9行和取消注释第10行时,此plunkr代码起作用

但是当1.3.20的ngAnimate&angular版本使用
angular引导时,它可以很好地工作,0.14.3版本是非常旧的代码

我如何在不升级Angle版本的情况下修复此问题

如果我可以显式地添加
$animateCss
提供程序,它是否有效?但我怀疑它是否会影响其他代码


我不想使用angular bootstrap的0.14.3,因为它已经过时。

我已经更新了您的代码,请检查

它现在运转良好


我已经更新了你的代码,请检查

它现在运转良好


从Angular Bootstrap的文档中:

UI Bootstrap 1.0及更高版本需要Angular 1.4.x或更高版本,并且已经使用Angular 1.4.8进行了测试

UI引导0.14.3是支持Angular 1.3.x的最新版本


您必须降级或升级其中一个。您没有其他选择。

来自角度引导文档:

UI Bootstrap 1.0及更高版本需要Angular 1.4.x或更高版本,并且已经使用Angular 1.4.8进行了测试

UI引导0.14.3是支持Angular 1.3.x的最新版本


您必须降级或升级其中一个。你别无选择。

我看不到你的变化!我不想将角度/角度动画更新为1.4:(我需要修补
$animateCss
我的意思是角度和角度动画。我看不到您的更改!我不想将角度/角度动画更新为1.4:(我需要修补
$animateCss
我的意思是角度和角度动画。什么是
animate.js
文件?我想修补$animateCss提供程序,但我不清楚如何使其工作
animate.js
文件?我想修补$animateCss提供程序,但我不清楚如何使其工作。)
Previously you used older animate version I think..