angular-ui / bootstrap-bower

This is a bower repository to hold Angular UI Bootstrap releases.
http://angular-ui.github.com/bootstrap/
158 stars 326 forks source link

Fix if the openScope doesn´t exist anymore #29

Closed qstiegler closed 9 years ago

qstiegler commented 9 years ago

If the dropdown is not available in the DOM anymore but with the $document.bind the click event will be called it creates an error as you can´t $apply on a "null" element. This resolves the problem.

pkozlowski-opensource commented 9 years ago

@qstiegler could you please re-send the PR against a repository from which this code is generated: https://github.com/angular-ui/bootstrap? Thnx.