All Questions
Tagged with angular-ui-bootstrap angular-bootstrap
51 questions
0
votes
0
answers
49
views
By using bootstrap modal i'm posting data on that same screen i'm trying to get data for edit with respect to id by using angular and rest API
I'm using Angular v.14 and rest api,i have bootstrap modal in navbar component its trigger button is in navbar and it's rest part is under the navbar and its modal body content is in post-product ...
2
votes
2
answers
1k
views
Angular is not updating view with boolean variable in the rxjs pipe
I have an issue with the Angular 14 which is not updating the view when querying data.
I want to show a loading spinner in my HTML when data are being loaded from the server. I am using ngbTypeahead ...
0
votes
1
answer
9k
views
Angular autocomplete dropdown
I want to create an input field with autocomplete. So when I write in the input field it displays me as dropdown values from the database.
Ideally, it should be with angular material but I can't get ...
0
votes
1
answer
26
views
When I change my $scope.model through select within a ui-tabset it doesn't change accordingly
Currently I have my <select> inside of a ui-tabset and when it is inside of a tabset it does not seem to update my $scope.filter_item_package correctly when I have it set as the model.
Here is ...
2
votes
3
answers
5k
views
Possibly unhandled rejection when try to dismiss a modal
I have a cancel button on my modal and has an on-click function that calls:
onCancelClick: function () {
$uibModalInstance.dismiss()
}
its work but make this error:
Possibly unhandled ...
0
votes
1
answer
40
views
getting an error while running Bootstrap 4 with Angular 6 Application
I have installed Bootstrap 4 using Angular CLI, but I am getting an error after I run the Application.
I have updated angular.json file as follows:
"styles":
[
"src/styles.css",
...
2
votes
1
answer
2k
views
Angular bootstrap datetime picker
Though there are various good datetime pickers available, I'm looking for a single component which has all these following features -
Date and time selection in one go
Only date selection
Only time ...
0
votes
1
answer
541
views
UI-Bootstrap, adjust modal dimensions according to contained image
I am using component based architecture and want to show bootstrap modal which gets adjusted to image height and width.
Most of the forums suggested to use height and width in percent but this will ...
0
votes
1
answer
495
views
ui-bootstrap module angularjs
I want to use pagination for angular from ui-bootstrap (https://angular-ui.github.io/bootstrap/) but I am not sure if I have to add ['ui.bootstrap'] module in my app.js file or in the controller of ...
0
votes
0
answers
281
views
angular ui bootstrap on page load not popping up
I trying to pop up a modal on page load. I can see the response and html in the firebug console but there is no popup thats displayed.
Installed ui-bootstrap
Added in the app.js
angular.module('...
0
votes
0
answers
504
views
How to invoke a modal from a controller in angularjs / ui-bootstrap?
I am trying to display a modal (Note view) from a controller (Details controller). I have separate controllers tied to each view.
The Details view has a list of radio buttons and upon selecting a ...
0
votes
1
answer
215
views
Accessing controller inside overridden template-url of uib-tab
angular-bootstrap version used : 1.2.0
angular-version : 1.5.7
I am trying to override header html of uib-tab like below,
<li ng-class="{active: active, disabled: disabled}" class="uib-tab">
...
0
votes
1
answer
435
views
Chrome freezes when closing a $uibModal instance
Hej
When testing one of the modal windows on https://angular-ui.github.io/bootstrap/#/modal my chrome browser freezes for about 50 seconds after I close the modal. For this time I can not do anything ...
1
vote
1
answer
2k
views
Date not showing up in angular-bootstrap datepicker
I have a table which conatians some dates and I am trying to use angular ui bootstrap to get a datepicker to edit them.
While the datepicker pops up fine and allows me to select a date with no issue, ...
2
votes
2
answers
1k
views
Angular Bootstrap Calender Drag Event not working
I am facing problem in drag event of Angular bootstrap calender. I am using https://mattlewis92.github.io/angular-bootstrap-calendar/#?example=draggable-events
Here is my HTML code:
<div ng-...