Custom Components
  1. Custom Components

angular-ui-bootstrap

Public
AuthorCommitMessageCommit dateIssues
Tasos BekosTasos Bekos
25caf5fb837fix(datepicker): add type attribute for buttons
Andy JoslinAndy Joslin
ba1f741dff4fix(tabs): if tab is active at start, always select itCloses #648, #676
Pawel KozlowskiPawel Kozlowski
a51c309ea81docs(typeahead): clarify subset of select's syntax usedCloses #715 Closes #506
Lucas GalfasóLucas Galfasó
220e7b60124feat(tabs): add the ability to set the direction of the tabsAdd the ability to set the direction of the tabs, the possible values are 'right', 'left' and 'below'. If no direction is defined the tabs are rendered on the top as they do now Closes #659
Pawel KozlowskiPawel Kozlowski
d9e5bc9e8d0demo(all): sort directives alphabetically
Pawel KozlowskiPawel Kozlowski
5ffae83d664feat(typeahead): expose index to custom templatesCloses #699
VickiVicki
fe47c9bb61cfeat(tabs): added onDeselect callback, used similarly as onSelect
Tasos BekosTasos Bekos
682ae66e368refactor(pagination): keep it DRY between `pagination` & `pager`
Nick SerebrennikovNick Serebrennikov
8d904867f1adocs(README): fix typo
Pawel KozlowskiPawel Kozlowski
8278f53b881test(typeahead): verify initial rendeirng with complex labelsCloses #706
Pawel KozlowskiPawel Kozlowski
b21f70aa59dchore(build): add demo as a valid commit msg qualifier
Pawel KozlowskiPawel Kozlowski
c74684fe9bfdocs(accordion): demonstrate usage of accordion-headingCloses #690
Pawel KozlowskiPawel Kozlowski
93a82af0e45fix(popover): correctly position popovers appended to bodyCloses #682
Pawel KozlowskiPawel Kozlowski
56f624a2635fix(popover): don't unbind event handlers created by other directivesCloses #456
Pedro A. MelendezPedro A. Melendez
8dc92afa747fix(timepicker): added wheel event to enable mousewheel on FirefoxCloses #669
Tasos BekosTasos Bekos
b1fa7bb89aefix(pagination): handle `currentPage` number as string
Pawel KozlowskiPawel Kozlowski
3e30cd94a4bfeat(buttons): support dynamic true / false values in btn-checkboxCloses #666
Pawel KozlowskiPawel Kozlowski
63ae7e122dbfix(tooltip): fix positioning inside scrolling elementCloses #533
Andy JoslinAndy Joslin
360cd5ca950fix(tabs): make tabs added with active=true be selected
Andy JoslinAndy Joslin
224bc2f599cfix(tabs): fix tab content compiling wrong (Closes #599, #631, #574)* Before, tab content was being transcluded before the tab content area was ready. This forced us to disconnect the tab contents from the DOM temporarily, then reocnnect them later. This caused a lot of problems. * Now, neither the tab content or header are transcluded until both the heading and content areas are loaded. This is simpler and fixes many weird compilation bugs.
Pawel KozlowskiPawel Kozlowski
f5b37f68debrefactor(dialog): remove dead code
Pawel KozlowskiPawel Kozlowski
e2238174d28feat(typeahead): support custom templates for matched itemsCloses #182
Pawel KozlowskiPawel Kozlowski
624fd5f5659fix(typeahead): correctly close popup on match selection
Pawel KozlowskiPawel Kozlowski
4da17a44181docs(typeahead): demo how to limit number of matches
Stefan ValentinStefan Valentin
90a8aa79c81fix(typeahead): fixed waitTime functionalityCloses #573
Paul ChechetinPaul Chechetin
a3890e753b3docs(dialog): add forgotten options
Paul ChechetinPaul Chechetin
38050bb624edocs(CONTRIBUTING): fix typo
Tasos BekosTasos Bekos
566bdd16413fix(datepicker): handle correctly `min`/`max` when cleared
Pawel KozlowskiPawel Kozlowski
1c990397df3test(typeahead): activate all tests
Pawel KozlowskiPawel Kozlowski
ea1e858a492fix(typeahead): separate text field rendering and drop down renderingCloses #240 Closes #274
Pawel KozlowskiPawel Kozlowski
c4e169cbb7bfix(typeahead): properly render initial input valueCloses #591
Pawel KozlowskiPawel Kozlowski
d2df0b35aedfix(typeahead): play nicelly with existing formatters
Pawel KozlowskiPawel Kozlowski
5ddd01f56dctest(typeahead): re-organize tests
Pawel KozlowskiPawel Kozlowski
7e178a38ce5chore(build): activate multiple browsers on Jenkins-CICloses #595
Tasos BekosTasos Bekos
60619d511b3fix(rating): evaluate `max` attribute on parent scope
Tasos BekosTasos Bekos
64fff6761ebrefactor(rating): add helpers to access stars in tests
Sean DesmondSean Desmond
5b1115e3f6dfeat(rating): added onHover and onLeave.
Andy JoslinAndy Joslin
015913259b5style(tabs): remove unused attribute from template
Andy JoslinAndy Joslin
8868f236ee6fix(tabs): Make tabset template correctly use tabset attributes (#584)* replace is now set to true in the tabset directive options
Andy JoslinAndy Joslin
be7ecff01c1fix(tabs): make tab contents be correctly connected to parent (#524)* Make tab contents be compiled into outer scope after being appended to tab-pane elements.
Pawel KozlowskiPawel Kozlowski
b8675389790chore(demo): fix plunker linkCloses #563
Tasos BekosTasos Bekos
ee7417071d1fix(timepicker): prevent date change
Andy JoslinAndy Joslin
1fb30d1b62bstyle(CHANGELOG): Highlight code blocks in breaking changes
Andy JoslinAndy Joslin
86243cb2e0estyle(CHANGELOG): Fix code blocks in breaking changes
Pawel KozlowskiPawel Kozlowski
9291aaa8847chore(release): Starting v0.5.0-SNAPSHOT
Pawel KozlowskiPawel Kozlowski
23a32265ee1chore(release): v0.4.0
Pawel KozlowskiPawel Kozlowski
cd889b60b67chore(build): split release process into steps
Joe GrundJoe Grund
9246905acc7fix(tooltip): make sure tooltip scope is evicted from cacheThis fix makes sure the tooltip.$scope is cleared from angular.element.cache when $destroy is called, preventing a memory leak. Closes #484
mokesmokesmokesmokes
3fcb70f0f6dfix(carousel): fix error with deleting multiple slides at once
Josh David MillerJosh David Miller
6a4527b7eafdocs(tooltip): add $tooltipProvider docsUntil now, the $tooltipProvider has been an undocumented feature, but as there are now several options requested by the community at large, it is finally included in the documentation.