All Questions
Tagged with angular-ui-bootstrap javascript
1,271 questions
1
vote
1
answer
48
views
space between my input bars, it just jumbos them all together which is something i dont want
<div class="row" style="margin-bottom: 0.1cm">
<div class="col-xs-4">
Fuel temp probe cap:
...
3
votes
0
answers
376
views
Accessibility Error in Axe DevTool: <ul> and <ol> must only directly contain <li>, <script>, or <template> elements with <uib-tabset> and <uib-tab>
I'm currently working on an AngularJS project using UI Bootstrap's <uib-tabset> and <uib-tab> components. In my implementation, I've noticed a potential accessibility issue flagged by the ...
0
votes
3
answers
931
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
1
answer
58
views
Angular Datepicker are not work proper move on page scroll
Html code
<div class="col-5 col-md-3 px-0 daterange-picker">
<div class="form-group">
<div class="input-group">
...
0
votes
0
answers
146
views
In angular trying to open component A bootstrap modal from component C template they have not any parent-child relationship
I'm using angular v14 with bootstrap 4 and rest api.I have 3 components,component A its parent component in it i've navbar with button to open the bootstrap modal under it is modal.Inside modal body i'...
0
votes
2
answers
131
views
ng-bootstrap - passing data vs. component life-cycle
I've seen many, many examples on how to pass data to a modal -
const modalRef = this.modalService.open(NgbdModalContent);
modalRef.componentInstance.data = 'World';`
And then intercepting it in ...
0
votes
1
answer
239
views
How to close a modal in JS which is opened by "data-target"?
I have a modal template in the same HTML file as controller.
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modalDeleteItem"&...
0
votes
1
answer
705
views
ERROR NullInjectorError: R3InjectorError(AppModule)[NgbDropdown -> NgbDropdown -> NgbDropdown]: NullInjectorError: No provider for NgbDropdown
I'm very new to angular as i'm leaning it right now in a intnership.
However, i would like to learn how to correctly set a dynamic dropdown in ngBootstap as i'm getting the following error: Error
Here'...
1
vote
1
answer
90
views
UI Bootstrap not working in combination with $sce.trustAsHtml()
I am using angularJs (v1.4.7) and ui.bootstrap in combination with html code that I am getting with REST API.
The problem is: if I get html with ui.bootstrap directives inside, it is not displayed ...
0
votes
1
answer
114
views
Remove date from ToDate on selection of fromDate in ng-Bootstrap
I want to clear date from toDate while selecting date from fromDate in ng-bootstrap.
<form class="row row-cols-sm-auto" *ngIf="showDateRangeImp">
<div class="col-...
2
votes
1
answer
2k
views
The 'buildOptimizer' option cannot be used without 'aot'
when I try to run the "ng serve" command I get the follow error:
[error] Error: The 'buildOptimizer' option cannot be used without 'aot'.
at generateWebpackConfig (C:\Users\Acasa\0 SDA\0 ...
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="...
2
votes
0
answers
279
views
Customize ngb-progressbar, add label on top/bottom of the bar
Thank you for your help in advance. The image below is my desired result using [ngb-progressbar][1]
Val1-val6 are array values that I want to use as label on top and bottom of the progress bar.
Inside ...
2
votes
1
answer
530
views
Popover AngularJs still shows even after setting its trigger to none
The 'Thanks' pop-over when clicking the thumbs up for the first time appears, but it is still appearing the second time the thumbs up is clicked even after setting its trigger to 'none'
Steps to ...
0
votes
1
answer
319
views
Display xeditable editable form inside popup
Need to wrap the editable form inside a bootstrap uib-popover-template.
Have tried the editable ui-bootstrap popover approach, but it is not working as expected.
Plunker 1 --> https://plnkr.co/edit/...