在這個例子中ngAnimate和ui.bootstrap模態有什麼問題?
http://plnkr.co/edit/ETwexjK0HRu3b8WovoJq
angular.module('animateApp', [
'ngAnimate', // adding this causes issue with modal backdrop
'ui.bootstrap'
])
當關閉模式,背景不會消失。 如果我註釋掉'ngAnimate'依賴項(script.js第4行),它工作得很好。
我做錯了什麼或者這是ui.bootstrap與ngAnimate一起使用時的錯誤?
謝謝,這裏是對bug報告的參考https://github.com/angular-ui/bootstrap/issues/3633和https://github.com/angular-ui/bootstrap/issues/3620 – Reynard
謝謝你tpie!,這節省了我的時間.. –