Wondering if anyone has managed to successfully use angular-bootstrap modals with angular-1.3.x?
I've had no issues with my modals on angular-1.2.x, but as soon as I upgraded to angular-1.3.11, the modals stopped showing up.
When I click the button to open the modal, the scrollbars disappear and it seems like the modal is there without being visible. When hovering over where the modal should be, the mouse cursor changes indicating that it's present (there are draggable elements inside). Clicking the area where the modal should be makes it appear normally.
In other words, the modal exists but remains invisible in angular-1.3.11 until interacted with. After clicking it, everything functions as expected.
I prefer using angular-1.3.x due to the bind-once feature they've introduced.
Seems like a potential styling issue to me. Not sure why the update to angular would cause this difference. Reverting back to 1.2.x shows the modals properly again.
I am aware that angular-bootstrap doesn't officially support angular-1.3.x yet, but since the basic functionality still works, it feels like a feasible fix. Just unable to pinpoint how to resolve it. Any guidance would be greatly appreciated.