2015-11-25 62 views
0

我運行了涼亭安裝併產生某種依賴性衝突,一切正常,網站加載正常,沒有錯誤,但引導模式不會動畫。 animate設置爲true。任何提示調試這將不勝感激。安裝涼亭後,角度ui bootstrap模式不會動畫

{ 
"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" 
    } 
} 
+0

也許你還需要安裝角動畫 –

+0

也許你沒有在模塊中注入'ngAnimate'? 這樣的事情? angular.module('yourApp',['ngAnimate']); – Vicruz

+0

看起來像你需要使用Angular 1.4.5+模式的支持動畫。感謝您的反饋 – user1572796

回答

0

看起來像這隻在Angular 1.4.5 +中受支持。