Questions tagged [bootstrap-ui]
42 questions
4
votes
2 answers
How to change Text and Styles in Bootstrap UI Paging with AgnularJS?
I dont get how to change styles and default text here.
Here`s html:

rebilliony
- 177
- 10
4
votes
4 answers
How to align bootstrap text-box and button in one line?
I want to align textbox and button in one line. I am using bootstrap css. Below is the code i am using.
HTML :
…

JimAnkit
- 87
- 2
- 10
3
votes
2 answers
Typescript+AngularJS+Webpack modules without default export
I'm using Webpack to bundle AngularJS with Typescript (with the default setup suggested here) and I cannot include modules that do not have default exports, such as ui-bootstrap. Modules such as ui-router do not have such problem since their typings…

Mike Drakoulelis
- 762
- 11
- 25
2
votes
1 answer
Angular JS Bootstrap UI Modal for Dynamic Images
I tried following this example How to zoom image with angularJS This is getting images from a JSON website and has two different picture links for each {}. I'm trying to enlarge thumbnail images that are obtained from my model by clicking the…

Ginger22
- 147
- 2
- 12
1
vote
2 answers
Laravel 8 - Bootstap ui does not install
In my Laravel 8 application, after installing laravel ui, when I try to run 'php artisan ui bootstrap' I get the following error:
In Bootstrap.php line 70:
copy(C:\xampp\htdocs\netlytics\resources\js/bootstrap.js): Failed to open stream: No such…

DavidN
- 97
- 1
- 8
1
vote
2 answers
angular/ngbmodal: backdropClass doesnt work
I am trying to change background color of ngbmodal dialog to blue using backdropClass . It doesn't work, why?
my code is:
* component call:
let options: NgbModalOptions = {
size: 'sm',
backdrop:'static',
backdropClass:…

Dave
- 7,028
- 11
- 35
- 58
1
vote
0 answers
Bootstrap ui lookahead dropdown only works after deleting selection first
The software I am debugging uses ui-bootstrap-tpls-1.1.2.
By default, if I open a modal and then click on one of the text boxes that has a a lookahead dropdown menu, the dropdown menu opens.
If I then select an option from the dropdown and click on…

NickyLarson
- 139
- 8
1
vote
1 answer
Show products in boxes using angularjs ng repeat and bootstrap classes, but it is showing in wrong way
I want to show products in boxes as products are showing on other ecommerce sites.
I am using AngularJS ng-repeat and bootstrap classes, but it is showing products in wrong style.
Here is my code:

Faseeh Haris
- 669
- 1
- 11
- 29
1
vote
1 answer
uib-pagination, limit maximum number of visible page buttons
I'm using uib-pagination pretty much successfully, but the data I'm paging right now is massive and as it turns out the number of pages is very large, and so I'm having around 2800+ buttons at the end of my page. I need to somehow give the user the…

Overlord
- 2,740
- 2
- 18
- 22
1
vote
1 answer
How to close $uibModal from a function if modal is attached to the same scope?
I receive close is not a function when trying to close a modal window created by $uibModal.open()
I have reduced the problem to minimal code:
var app = angular.module('demoApp', ['ui.bootstrap']);
app.controller('DemoContrller',…

JustAMartin
- 13,165
- 18
- 99
- 183
1
vote
0 answers
angular app separated http loaders
I have a small angular 1.x application. At this moment I'm using angular-http-loader as a full screen loader.
The problem is that when I am using ui-bootstrap Typeahead, I don't want to show this big loader but to use some other spinners that are…

webman23231
- 11
- 3
1
vote
1 answer
Angular Bootstrap UI Modal - Access ID within ng-tempate script
Is there a way to access #title, #address, #category, #description, #latitude, and #longitude on the form below? I've been trying to use document.getElementById(id) but it's coming up as null each time. Bootstrap UI docs say modal instances need to…

justinchanman
- 53
- 1
- 6
0
votes
1 answer
Angular Reactive Form with Bootstrap - Custom validation is not working in animation
I created a Reactive Form in Angular 16, and added Bootstrap validation to it, normal built-in validators work fine, adding a custom validator also adds the error to the errors array but Bootstrap still shows the input element as…

MakeBugsNotWar
- 112
- 2
- 11
0
votes
0 answers
Laravel Bootstrap ui
Experiencing this error trying to run npm run dev. I'm trying to use bootstrap ui for a laravel project.
Tried installing the latest version of nodejs but still couldn't figure it out.
Also cleared cash but still getting this after running npm run…

Wolf_Developer
- 11
- 2
0
votes
0 answers
AngularJs $uibModal controller initialization
I worked on angular (2+) but i am newbie for angularJS. I am confused with how controllers are created in our project. I have learnt that controllers are created with below syntax
AppConfig.controller("MasterController", ["$scope", "$http",…

Bhavna
- 257
- 3
- 8