Most voted "angular-ui-bootstrap" questions
The Bootstrap UI is the components of Bootstrap written in pure Angularjs by the Angularui team.
Learn more…13 questions
Sort by count of
-
3
votes1
answer430
viewsHow to perform an action whenever $uibModal is closed?
How do I perform an action whenever the $uibModal is closed? Just to facilitate my learning, when I close the modal, I want to display a message. For example: angular.module('app',…
-
3
votes1
answer391
viewsHow to change the text of the Bootstrap Pagination UI pagination buttons?
I’m working with the UI Bootstrap Pagination, but by default the language is in English. Would it be possible to change without having to modify Javascript directly? If so, could you give me a…
-
3
votes1
answer320
viewsangular - Update radiobutton values with textarea
Through Pover I want to remain the values of the radiobutton, who should come to a preference textbox per line, so when the user wants to add options just insert a new value in the next line.…
-
2
votes2
answers1805
viewsHow to import the current $Scope to the $uibModal?
I have the following modal in my controller: angular .module('app', ['ui.bootstrap']) .controller('AlunosController', function ($uibModal, $scope, MyPaginator) { $scope.alunos = new…
-
1
votes1
answer103
viewsuibModal does not show the items in ng-repeat
I’m using $uibModal to display a list of options for the user, but is not appearing in the modal. Controller app.controller("ConsultaFiltroController", function($scope, $http, $uibModal, $log) {…
angularjs bootstrap modal angular-ui angular-ui-bootstrapasked 8 years, 2 months ago Luiz Fábio 333 -
1
votes1
answer420
viewsHow to close uib-Popover by clicking out?
I’m trying to utilize the uibPopover Angular UI Bootstrap to display a field input. The problem I’m having is that by clicking outside the Popover, it’s not closing. I’ve already looked for some…
-
1
votes1
answer230
viewsHow do I trigger the Cancel event when I click out of the modal or Esc grip?
Problem with modal output $uibModal: var modalInstance = $uibModal.open({ animation: true, templateUrl: 'detalhes_leitura.html', controller: 'ModalController', size: size, backdrop:true,…
-
1
votes1
answer175
viewsAngular 1.6: Open an uibmodal within another uibmodal using "resolve"?
I’m having a problem opening an uibmodal within another uibmodal passing it through the resolve. I have two declared modals within the same controller, Modal1 and Modal2. Modal 1 passes modal2 in…
-
1
votes1
answer673
viewsAngular UI-Carousel Bootstrap with Multiple Slides
I’m using the Carousel UI-Bootstrap with Angularjs, but only shows 1 slide at a time. I wanted multiple slides equal to these examples below. Bootstrap 3 Multiple Slide Carousel, another example,…
-
0
votes1
answer485
viewsHow to disable modal closure via the ESC key in the modal of the UI-Bootstrap?
In the ui-bootstrap, i can disable the modal closure by clicking on the black background through the option {backdrop: 'static'}. But now I also need to turn off the key ESC, because when you press…
-
0
votes1
answer289
viewsDropdown in modal does not see Switch controller Angular JS 1.5
good morning. The problem is this, I have a news feed page and within it I use a Modal Angular UI - Modal to show the information of a specific post. Until then everything quiet, the information and…
angularjs modal angularjs-scope angular-ui-bootstrap angular-uiasked 7 years, 10 months ago Mikael Hadler 46 -
0
votes1
answer358
viewsAngularjs - directive and view are not working properly
I’m making a small application for my internship, for studies and everything, but even if I follow all the steps, there’s something wrong, I can’t make the angular (version 1) render the view or the…
angularjs angularjs-directives angular-ui-bootstrap angular-viewsasked 7 years, 8 months ago Márcio Eric 447 -
0
votes0
answers27
viewsHow to resolve IE alignment when styling a uib-accordeon?
Good staff, I’m having some difficulties when I do styling uib-accordion. Chrome/IE/Firefox results are different from IE11. How can I fix this? Here is my HTML: <uib-accordion…