この例では
http://plnkr.co/edit/ETwexjK0HRu3b8WovoJq
angular.module('animateApp', [
'ngAnimate', // adding this causes issue with modal backdrop
'ui.bootstrap'
])
モーダルを閉じても、背景は消えません。「ngAnimate」依存関係 (script.js の 4 行目) をコメント アウトすると、問題なく動作します。
私は何か間違ったことをしていますか、これは ngAnimate で使用した場合の ui.bootstrap のバグですか?