All Questions
Tagged with angular-ui-bootstrap bootstrap-modal
173 questions
0
votes
3
answers
928
views
Bootstrap modal not working in Angular application
I am trying to use a Bootstrap modal in an Angular application using classes in HTML, but it not working - its not showing as a modal
<div class="modal text-center" *ngIf="showmodal&...
0
votes
2
answers
1k
views
Bootstrap Data-bs-toggle is not working in the currently version?
I notice that bootstrap 5.1.3 data-bs-toggle isn't working anymore. Like in this exemple:
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="...
1
vote
1
answer
326
views
How to set bootstrap column for mobile screen, medium screen
for medium screen
|-----(1)||-----(2)|
for mobile screen iphone x
|---------------(2)|
|-----(1)|
in first scenario both (1) and (2) have same column size in single line,
but in second scenario (1) ...
3
votes
1
answer
1k
views
Ckeditor link is not editable in NgbModal bootstrap
HTML
<div class="col-12 px-0">
<h5 class="float-left">{{serviceline.SL}} Grid</h5>
<button class="btn btn-link p-0 color-black float-right" (...
1
vote
1
answer
630
views
How to populate dropdown list in bootstrap using sql
Could anyone helps me how to populate the dropdown list in bootstrap using the SQL table, basically I want the dropdown list to be populated with values from SQL tables. This is how my HTML code looks ...
0
votes
1
answer
211
views
Need help on Bootstrap flip card positioning option
I need some help with a bootstrap flip card. I try to copy a Bootstrap flip card snipped from "https://www.w3docs.com/tools/code-editor/3161", which is working for me. When i hover it turns ...
0
votes
1
answer
69
views
how to set active class to nav menu from bootstrap
I'm new to the bootstrap. Using their navigation menus. I'm trying to set the active class to the selected menu. my menu is -
<li class="nav-parent">
<a class="nav-link&...
-1
votes
2
answers
225
views
Need help on Bootstrap button group style
I am currently working on Servicenow Service Portal on the HTML pane i have written below script which is working perfectly fine but the button group is not so consistent
<link href="https://...
0
votes
1
answer
129
views
ui bootstrap modal not closing on clicking on backdrop
I'm working on upgrading ruby/rails and angularjs app from 1.5 to 1.6.10 (I know its too old and we should go to latest angular, but can't right now), the issue I'm having is,
with angularjs 1.5, we'...
0
votes
1
answer
6k
views
How to open bootstrap modalbox by clicking on the card image in angularjs project
I am writing code for my angularjs project where in one part of UI has cards. So I want to open a modal box by clicking on the card image.
Currently I have created a button below the image and ...
0
votes
1
answer
239
views
AngularJS UI-Bootstrap Modal Dialog gets covered by main.html
How can I use bootstrap modal dialogs with AngularJS using ui-bootstrap with angular-ui-router? I am new to AngularJS and tried searching the documentation without luck.
I have used this code but the ...
1
vote
1
answer
404
views
AngularJs modal button ok and cancel not working
I have created a modal on click of edit button using a modal service. But whenever I click modal cancel or ok button it does not work. I tried searching for different ways to make it work but could ...
1
vote
2
answers
2k
views
Can't get a basic Edit Modal to work in Angular 8
I am used to Asp.Net MVC Views and working with Modals. You can easily create a Shared Modal template and reuse that over and over by passing in PartialViews with ViewBags, TempData, hidden inputs etc....
0
votes
1
answer
4k
views
apply custom styles to ngb modal
[please check img for refrence][1]
I am using 3 ngb modals in angular 7 project when i call the function to open the modal dialog it automatically creates the div tags which disturb my custom design ...
1
vote
0
answers
357
views
How to reuse modal as a confirm dialog for delete actions from controllers in AngularJS?
I'm having some controllers, both of them also have a delete function trigger by the ng-click and when delete function is called, i'll show a js confirm dialog to alert user about the object they're ...