Top "Angular-ui-bootstrap" questions

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

Invoking modal window in AngularJS Bootstrap UI using JavaScript

Using the example mentioned here, how can I invoke the modal window using JavaScript instead of clicking a button? I …

angularjs modal-dialog angular-ui-bootstrap
How do I increase modal width in Angular UI Bootstrap?

I am creating a modal: var modal = $modal.open({ templateUrl: "/partials/welcome", controller: "welcomeCtrl", backdrop: "static", scope: $scope, }); is there …

angularjs angular-ui-bootstrap
Angular bootstrap datepicker date format does not format ng-model value

I am using bootstrap date-picker in my angular application. However when I select a date from that date-picker underlying ng-model …

angularjs datepicker angular-ui angular-ui-bootstrap angular-ngmodel
Responsive dropdown navbar with angular-ui bootstrap (done in the correct angular kind of way)

I've created a JSFiddle with a dropdown navbar using angular-ui-boostrap's module "ui.bootstrap.dropdownToggle": http://jsfiddle.net/mhu23/2pmz5/ <…

angularjs angular-ui angular-ui-bootstrap
How to add bootstrap in angular 6 project?

I have tried to add styles dependency in angular.json package but showing that the module not found. adding two …

javascript html angular angular-ui-bootstrap
Create a simple Bootstrap Yes/No confirmation or just notification alert in AngularJS

It's so simple in a non-Angular environment. Just html and a two line of js code to show a modal …

angularjs angular-ui-bootstrap bootstrap-modal
How do I create an AngularJS UI bootstrap popover with HTML content?

I want to create a bootstrap popover with a pre tag containing a prettified JSON object. The naive implementation, <…

angularjs angular-ui angular-ui-bootstrap angularjs-bootstrap
$watch not firing on data change

I have a watch setup against the model of a ui-select2 dropdown (from ui-bootstrap). The watch fires on load but …

angularjs jquery-select2 angular-ui-bootstrap
What is the difference between ui-bootstrap-tpls.min.js and ui-bootstrap.min.js?

At the Angular-UI-Bootstrap page on cdnjs, is says: Native AngularJS (Angular) directives for Twitter's Bootstrap. Small footprint (5 kB gzipped!), no …

angularjs angular-ui angular-ui-bootstrap