I have no backdrop when using the modal directive from UI Bootstrap http://angular-ui.github.io/bootstrap/. The modal itself is working.
I have tried with both the ui-b
Try this PR
Plunker
Basically you just need to add one line in directive 'modalWindow'
angular.element($document[0].querySelectorAll('div.modal-backdrop')).css('height',element[0].scrollHeight + 'px');
and inject $document