我的手风琴一直很好用(ui.bootstrap)。我跑了一个凉亭安装来获得更新的东西,突然间它变得很糟糕。我点击标题一次,它选择文本,然后再次,手风琴扩展。但我不能让它再次崩溃。
控制台日志说:
TypeError:无法在'Window'上执行'requestAnimationFrame':作为参数1提供的回调不是函数。
在TypeError(本机)
在http://localhost:3000/assets/angular.js?body=1:11786:20
在http://localhost:3000/assets/angular.js?body=1:4297:31
at async(http://localhost:3000/assets/angular.js?body=1:4132:13)
at Object。$ AnimateProvider。$ get.removeClass(http://localhost:3000/assets/angular.js?body=1:4264:9)
崩溃时的(http://localhost:3000/assets/angular-bootstrap/ui-bootstrap-tpls.js?body=1:40:20)
at Object.fn(http://localhost:3000/assets/angular-bootstrap/ui-bootstrap-tpls.js?body=1:53:13)
在Scope。$ get.Scope。$ digest(http://localhost:3000/assets/angular.js?body=1:12448:29)
在Scope。$ get.Scope。$ apply(http://localhost:3000/assets/angular.js?body=1:12713:24)
有人有这个吗?这是一个rails +角度应用程序。我的凉亭json包括:
"dependencies": {
"jquery": "2.1.3",
"jquery-ui": "1.10.4",
"angular": "1.3.8",
"angular-route": "1.3.15",
"angular-resource": "1.3.15",
"angular-bootstrap": "0.13.0",
"angular-ui-slider": "0.1.1",
"angular-sanitize": "1.3.15",
"ng-tags-input": "2.3.0",
"angular-google-maps": "2.1.0",
"angular-google-places-autocomplete": "0.2.5",
"angular-scrollable-table": "latest",
"moment": "2.10.2",
"underscore": "1.8.3",
"angularjs-google-directions": "latest"
}
答案 0 :(得分:3)
我有角度1.2.8和ui-bootstrap 0.13.0的相同问题...... 恢复到ui-bootstrap#0.12.0修复了我的问题!
FIY,ui-bootstrap 0.13.0使用角度1.3.13进行了测试,因此要么将ui-bootstrap降级或将角度升级为上述版本。