Top "Angular-ui-bootstrap" questions

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

How to show form input errors using AngularJS UI Bootstrap tooltip?

For example I have the form where I am showing form input errors. I need to show red badge (with …

angularjs angularjs-directive tooltip angular-ui-bootstrap
Angularjs accordion ng-click on panel-header

In AngularJS UI Bootstrap I want to activate isopen when panel-heading is clicked, but I couldn't find a way. In …

angularjs accordion angular-ui-bootstrap
Angular UI Bootstrap Dialog Width

The Angular UI Bootstrap Dialog is easy to implement, but difficult to customise. How on earth do you change the …

angularjs angular-ui angular-ui-bootstrap
AngularJS UI Bootstrap Tabs that support routing

I would like to use AngularJS UI Bootstrap Tabs in my project, but I need it to support routing. For …

angularjs angularjs-directive angular-ui-bootstrap bootstrap-tabs
Can you add Bootstrap to a Ionic App?

I am currently developing an Ionic app and I was wondering if I could add an image gallery based on …

angularjs twitter-bootstrap ionic-framework angular-ui-bootstrap image-gallery
How to use angular component with ui.bootstrap.modal in angular 1.5?

I'd like to use angular component with ui.bootstrap.modal. angular version is 1.5. I tried to use like below. component …

javascript angularjs angular-ui-bootstrap
How to usemultiple Angular UI Bootstrap Datepicker in single form?

I have a form where there is a need for me to have 2 or more date fields for different things. …

javascript angularjs twitter-bootstrap datepicker angular-ui-bootstrap
How to have at least two datepickers of ui-bootstrap on a single page?

I want to have several datepickers on a page. But with the default solution from UI-Bootstrap it is not possible, …

angularjs datepicker angular-ui-bootstrap
Mocking $modal in AngularJS unit tests

I'm writing a unit test for a controller that fires up a $modal and uses the promise returned to execute …

unit-testing angularjs angular-ui-bootstrap
AngularUI modal to be draggable and resizable

I have an angularUi modal window wrapped in a directive: html: <!doctype html> <html ng-app="plunker"> &…

angularjs jquery-ui modal-dialog angular-ui-bootstrap