Top "Bootstrap-modal" questions

Bootstrap provides a JavaScript-powered dialog element that can be used to replace native dialogs (to a degree); unlike native dialogs, Bootstrap modals cannot block the flow of execution.

Bootstrap modal not showing. Only background becomes black

I am using bootstrap modal. The triggrer is like this: <a id="add-feed-button" role="button" data-toggle="modal" href="#add-feed-form" …

php jquery twitter-bootstrap modal-dialog bootstrap-modal
Pass current scope to modalInstance when using controllerAs syntax

I'm using controllerAs syntax to avoid a $scope soup in my controllers, and also using ui.bootstrap to present a …

javascript angularjs twitter-bootstrap bootstrap-modal ui.bootstrap
Angular Bootstrap Modal leaves backdrop open

I'm using AngularUI to integrate Bootstrap components in my Angular 1.4 app, such as Modals. I'm calling a Modal in my …

angularjs angular-ui angular-ui-bootstrap bootstrap-modal
Angular bootstrap: how to close modal

I´m working with angular 4, firebase and angular bootstrap. I open the modal, which is a user form, and the …

javascript angular bootstrap-modal angular-bootstrap
Angular2 ng-bootstrap modal components

I have a modal component created with ng-bootstrap like follow (just a body): <template #content let-c="close" let-d="dismiss"&…

angular bootstrap-modal ng-bootstrap
Angularjs ui bootstrap: how to vertical center modal component?

Recently I am learning angularjs. I have used bootstrap before. With jquery, I can easily change the position of the …

angularjs angular-ui-bootstrap bootstrap-modal
Can't click anything after i open my Bootstrap modal

sorry for the basic question, I'm working on MVC ASP.NET and I'm trying to add a bootstrap modal in …

twitter-bootstrap bootstrap-modal
bootstrap modal for delete confirmation mvc

I'm developing an MVC 5 web application. Within one of my Razor Views I have a table which spits outs several …

twitter-bootstrap asp.net-mvc-5 bootstrap-modal confirmation
Bootstrap validator for modal doesnt reset Form

I am using bootstrap validator for my form inside modal.The validator gets retained on subsequent form access. For example …

twitter-bootstrap bootstrap-modal jqbootstrapvalidation
Set modal title

I have my modal: <div id="defaultModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal-title" aria-hidden="true"> &…

jquery bootstrap-modal