I am using Angular bootstrap, while routing one page to another page (particularly when clicking browser back button), modal backdrop is appearing in new page also, it is not getting hidden.Below is the modal html code.
HTML
<div id="createFolder" class="modal" role="dialog" data-backdrop="static" data-keyboard="true">
<!-- Modal data -->
</div>
Javascript
angular.element("#createFolder").modal('show');
Below is the link I've seen, but it is jQuery, I am using angularjs and issue