Questions tagged [bootstrap-ui]
42 questions
0
votes
1 answer
How can I put a close (X) button on uib-accordion-group header?
I am trying to put a close (x) button at the uib-accordion-group. The button shows with the below code but nothing happens when you clock the button.
IF I put a button in the body part of uib-accordion it works, but unable to put in the…

user3660575
- 57
- 9
0
votes
0 answers
AngularJs TypeaHead insert value using dynamic model names
I am creating template including TypeaHead boxes using ng-repeat on the basis of json data and I am giving dynamic model names to the boxes. My html part for TypeaHead box is:-
0
votes
2 answers
How to change css style of the navbar-inverse in bootstrap?
I am going to change color and another css in my bootstrap navbar-inverse. Default color is black, and I want to change it in dark blue.
My code, I guess, is correct, but unfortunately, nothing had changed.
.navbar {
font-size: 16px;
…

Aleks339
- 21
- 1
- 7
0
votes
1 answer
AngularJS: Switch a Bootstrap UI datepicker date format based on the navigator language
I'm trying to format a Bootstrap UI datepicker based on the available languages of my website (English, Spanish, Portuguese).
My view looks like this:
0
votes
1 answer
Does BootstrapUI fully support original functionality of Bootstrap?
I am new to the bootstrap framework, but already I want to be able to use AngularJS rather than the provided jQuery that comes out of the bootstrap box. The documentation for BootstrapUI seems easy enough, I can simply download the code from github…

Iofacture
- 655
- 3
- 13
- 39
0
votes
3 answers
Close Angular modal from different controller
I am new to Angular (I have to edit a project after my former colleague).
I have defined FormController and ModalController.
ModalController is defined like this:
angular.module('app', [...]).controller('ModalController', ['part', class {
…

kmaci
- 3,094
- 2
- 18
- 28
0
votes
1 answer
Focus second element in modal window (Angular, Bootstrap UI)
I have two buttons in modal window. When I open window, the first button is focused. How can I change a focus to second button?

kmaci
- 3,094
- 2
- 18
- 28
0
votes
0 answers
How to Sort all the pages using bootstrap
I have used BootStrap-ui for pagination and for sorting. When I click on any column to sort the data it is only sorting the first page. Can somebody help me to sort all the pages at once when I click on any column?
My Code:

vishnu
- 11
- 1
-1
votes
2 answers
Buttons don't have icons
My project is made on laravel+bootstrap. Buttons don't have icons and I don't know why.
My app.scss
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import…

Вадик
- 15
- 4
-1
votes
1 answer
how can i use bootstrap-UI to set select & radio box values
hello i'm a biginner in cakephp3 and i wanna use bootstrap-UI to set my select and radio box values like cakephp formhelper.
= $this->Form->select(
'field',
['Low (7%)', 'middle(15%)', 'Quality…

khadijashili1
- 11
- 2
-1
votes
1 answer
bootstrap displays as if it is no jquery
I am building a project using jQuery bootstrap. All html static bootstrap works absolutely perfect. But jQuery part doesn't works.
Console thinks, that Bootstrap's JavaScript requires jQuery.
But I think differently, because I added jQuery.
My…

Aleks339
- 21
- 1
- 7
-1
votes
1 answer
Bootstrap 4 or Boootstrap UI?
I stuck with some question. What the difference in the use of Boostrap 4 or Bootstrap UI(base on v4.0.0-alpha.6) powered by Angular in developing application on Angular 2 ?
Does BootstrapUI have some must have stuff that clear Bootstrap 4 doesn't…

Sebastien
- 85
- 2
- 7