Top "Angular-ui-bootstrap" questions

A set of AngularJS directives based on Twitter Bootstrap's markup and CSS

How to hide/show same modal instance with AngularJS?

I'm currently using angular-ui-bootstrap $modal to display a dialog which lets the user search for and pick a file. The …

angularjs angular-ui-bootstrap angular-strap
angular-ui datepicker initial state of datepicker not formatted per datepicker-popup

I'm working with an angular-ui datepicker and everything is actually working fine, with the exception of the initial state of …

angularjs datepicker angular-ui-bootstrap
How to clear text from AngularUI typeahead input

I have a typeahead input. The input text is set to the option selected on the typeahead. However, I want …

angularjs angular-ui angular-ui-bootstrap angular-ui-typeahead
Datepicker not opening twice in angular-ui version 0.11.0

I am trying to have 2 datepickers and I am using Angular UI version 0.11.0. My HTML code <span ng-if="periods.…

javascript angularjs datepicker angular-ui angular-ui-bootstrap
How to handle 'Possibly unhandled rejection: backdrop click' in a general way

I have an angular service for handling modals: angular.module('myApp').service('ModalService', function($uibModal) { function open(options) { return $uibModal.…

javascript angularjs error-handling angular-ui-bootstrap angular-ui
AngularJS Bootstrap alert dismiss-on-timeout attribute doesn't work

I'm trying to use AngularJS Bootstrap alerts like explained here with the "dismiss-on-timeout" attribute. It has no effect in this …

angularjs twitter-bootstrap timeout alert angular-ui-bootstrap
AngularJS Jasmine Test Fails: Failed to instantiate module

My angular app worked great and so did my tests, using karma and jasmine, until I added a dependency in …

javascript angularjs jasmine angular-ui-bootstrap karma-jasmine
ui-bootstrap pagination resetting current page on initialization

I am using the pagination directive from the ui-bootstrap (angular-bootstrap) library. I am having an issue when it initializes. My …

angularjs pagination angular-ui-bootstrap
Angular Bootstrap Modal leaves backdrop open

I'm using AngularUI to integrate Bootstrap components in my Angular 1.4 app, such as Modals. I'm calling a Modal in my …

angularjs angular-ui angular-ui-bootstrap bootstrap-modal
Turn off animation, modal, angular-ui

Is it possible to turn off the animation for the modal directive in angular-ui? http://angular-ui.github.io/bootstrap/ Can't …

angular-ui angular-ui-bootstrap