bootstrap
bootstrap copied to clipboard
PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read...
The issues forum is __NOT__ for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening...
Please add a setting `typeahead-enable` analogous to tooltip-enable that allows to enable/disable the typeahead. We use forms that, depending on the users permissions, can either be normal fields using typeahead...
### Bug description: I'm using a uib-popover with outsideClick trigger. The popover outsideClick trigger works except on mobile(tested on iOS) ### Steps to reproduce the issue: Click link to open...
after upgrading to angularjs 1.6.3 every time i close modal using : "`$uibModalInstance.dismiss('cancel');`" i get console error : > Possibly unhandled rejection: cancel the same when i close the modal...
The issues forum is __NOT__ for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening...
The issues forum is __NOT__ for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening...
Angular UI was working until [alpha 5] but with the new version the modal does not appear at all. What I've noticed is that show class is missing. $uibModal.open({ animation:...
Hello, currently the datepicker has no option to disable the dates from the previous and the next month, it will always print the 30., 31. or so from the date...
This change is to break up the model into separate values, i.e. hours, minutes, and seconds. This is to fix date related issues for a component that shouldn't rely on...
### Bug description: If typeahead is editable=false and focus is lost during loading, typeahead-loading get stuck on "true". ### Link to minimally-working plunker that reproduces the issue: https://plnkr.co/edit/pmEfFVWkekOeqYHgYhFZ?p=preview ### Version...