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...
I'm creating a carousel on my site but I can't install latest version of Bootsrap. Let's have a look to the documentation regarding this: > AngularJS (requires AngularJS 1.4.x or...
### Bug description: When using a uib-popover-template where the template has 2 selects, on first use, the second select will not show any data (blank space). If you click outside/anywhere...
### Bug description: When an item is selected from the typeahead results list, the specified typeahead-on-select function is called; however, at that time the input's $viewValue is undefined. Why I...
### Bug description: The aria-expanded attribute with true/false values should be on the button the triggers the action. Currently it's on the parent DIV of the content expanding/collapsing. It will...
Do you plan to support bootstrap 4? Or this repo won't be updated any more? Angular: 1.4.x
### Bug description: When using `typeahead` with attributes `typeahead-select-on-exact="true"` and `typeahead-show-hint="true"` exception is thrown when exact match happens: `Cannot read property 'label' of undefined` ### Link to minimally-working plunker that...
Motivation ======== Tooltip must be shown if \ tag isn't valid, but if user press 'ESC' key it closes tooltip and reset validation. This PR introduce new option 'tooltip-enable-esc'. If...
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...
Trying to load a component with Webpack, but the template cache files have not been built so they cannot be imported. For example: "../../template/accordion/accordion-group.html.js". I'm installing with npm. Do I...
Add an optional dropdown-placement attribute setting much like the tooltips'. If it is specified then bootstrap's dropup and dropdown-menu-right classes will be ignored. Updated positioning of the dropdown menu to...