Top "Angular-ui-bootstrap" questions

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

catching Angular Bootstrap UI $uibModal closed event after the modal was closed

I'm opening a modal window using $uibModal.open from another controller, and need to be notified when the modal window …

javascript angularjs modal-dialog angular-ui-bootstrap angular-ui-modal
Remove week column and button from Angular-ui bootstrap datepicker

I am using angular-ui bootstrap datepicker. Now I need to remove #(week) column and week button from datepicker. This date …

angularjs datepicker angular-ui-bootstrap
ui bootstrap modal's controller 'is not defined'

i am trying to use the modal directive from ui-bootstrap 0.6 here is the working default plunker from the ui-bootstrap page: …

angularjs angular-ui-bootstrap
In the AngularJS BootstrapUI Typeahead, what's $viewValue?

I'm trying to implement a typeahead in Angular using http://angular-ui.github.io/bootstrap/ Seems like it should be easy, …

angularjs typeahead angular-ui-bootstrap
Passing data through open modal function Angular uibModal

I'm trying to figure out how to pass unit_number into the modal when it pops up. I'm pretty new …

javascript angularjs angularjs-scope modal-dialog angular-ui-bootstrap
Angular modal-backdrop issue

I am using angular-bootstrap modal but I have an issue with modal-backdrop. I am new to angular-bootstrap, and I hope …

angularjs modal-dialog angular-ui-bootstrap modalpopups
Date input validation using ng-change, AngularJS

I's using AngularJS and AngularJS bootstrap in my page. I have a date picker directive that looks like this: <…

javascript angularjs datepicker angular-ui-bootstrap angularjs-ng-change
uib-tooltip : conditionally show or hide tooltip

I want to conditionally enable/disable a tooltip on a button. I have done this to test the disable state: &…

angularjs angular-ui-bootstrap
Angular UI-Bootstrap dropdown button on ng-options

<select class="form-control" data-ng-options="t.name for t in vm.types" data-ng-model="vm.object.type"></select> …

angularjs angular-ui-bootstrap hottowel
AngularJS inject issue with Angular Bootstrap modal

I am integrating the modal from Angular Bootstrap and trying to adapt code sample from here to my app. I …

javascript angularjs angular-ui-bootstrap