在bower安装后,Angular ui bootstrap modal不会动画

时间:2015-11-25 04:31:24

标签: angularjs bower angular-bootstrap

我运行了一个bower安装并且存在某种依赖性冲突,一切正常并且网站加载正常且没有错误但是引导模式不会生成动画。 animate设置为true。任何有关调试此功能的提示都将受到赞赏。

{
"name": "myApp",
  "version": "0.0.0",
  "dependencies": {
    "angular": "1.4.3",
    "json3": "~3.2.6",
    "es5-shim": "~2.1.0",
    "jquery": "~1.11.0",
    "bootstrap": "~3.0.3",
    "angular-resource": "1.4.3",
    "angular-cookies": "1.4.3",
    "angular-sanitize": "1.4.3",
    "angular-ui-router": "~0.2.15",
    "ng-clip": "*",
    "angular-scroll-glue": "~2.0.6",
    "ng-timeago": "*",
    "angular-bootstrap": "~0.13.2",
    "ng-file-upload-shim": "~6.2.1",
    "bootstrap-carousel-swipe": "*",
    "jquery.maskedinput": "~1.4.1",
    "ngAutocomplete": "~1.0.0"
  },
  "devDependencies": {
    "angular-mocks": "1.4.3",
    "angular-scenario": "1.4.3"
  },
  "resolutions": {
    "angular": ">1.0.6"
  }
}

1 个答案:

答案 0 :(得分:0)

看起来只在Angular 1.4.5 +中支持。