Tasos Bekos 25caf5fb837 fix(datepicker): add type attribute for buttons 31 Jul 2013 Andy Joslin ba1f741dff4 fix(tabs): if tab is active at start, always select it Closes #648, #676 27 Jul 2013 Pawel Kozlowski a51c309ea81 docs(typeahead): clarify subset of select's syntax used Closes #715
Closes #506 27 Jul 2013 Lucas Galfasó 220e7b60124 feat(tabs): add the ability to set the direction of the tabs Add 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 12 Jul 2013 Pawel Kozlowski d9e5bc9e8d0 demo(all): sort directives alphabetically 27 Jul 2013 Pawel Kozlowski 5ffae83d664 feat(typeahead): expose index to custom templates Closes #699 26 Jul 2013 Vicki fe47c9bb61c feat(tabs): added onDeselect callback, used similarly as onSelect 23 Jul 2013 Tasos Bekos 682ae66e368 refactor(pagination): keep it DRY between `pagination` & `pager` 23 Jul 2013 Nick Serebrennikov 8d904867f1a docs(README): fix typo 25 Jul 2013 Pawel Kozlowski 8278f53b881 test(typeahead): verify initial rendeirng with complex labels Closes #706 25 Jul 2013 Pawel Kozlowski b21f70aa59d chore(build): add demo as a valid commit msg qualifier 23 Jul 2013 Pawel Kozlowski c74684fe9bf docs(accordion): demonstrate usage of accordion-heading Closes #690 23 Jul 2013 Pawel Kozlowski 93a82af0e45 fix(popover): correctly position popovers appended to body Closes #682 23 Jul 2013 Pawel Kozlowski 56f624a2635 fix(popover): don't unbind event handlers created by other directives Closes #456 20 Jul 2013 Pedro A. Melendez 8dc92afa747 fix(timepicker): added wheel event to enable mousewheel on Firefox Closes #669 19 Jul 2013 Tasos Bekos b1fa7bb89ae fix(pagination): handle `currentPage` number as string 19 Jul 2013 Pawel Kozlowski 3e30cd94a4b feat(buttons): support dynamic true / false values in btn-checkbox Closes #666 16 Jul 2013 Pawel Kozlowski 63ae7e122db fix(tooltip): fix positioning inside scrolling element Closes #533 13 Jul 2013 Andy Joslin 360cd5ca950 fix(tabs): make tabs added with active=true be selected 08 Jul 2013 Andy Joslin 224bc2f599c fix(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. 08 Jul 2013 Pawel Kozlowski f5b37f68deb refactor(dialog): remove dead code 08 Jul 2013 Pawel Kozlowski e2238174d28 feat(typeahead): support custom templates for matched items Closes #182 06 Jul 2013 Pawel Kozlowski 624fd5f5659 fix(typeahead): correctly close popup on match selection 06 Jul 2013 Pawel Kozlowski 4da17a44181 docs(typeahead): demo how to limit number of matches 05 Jul 2013 Stefan Valentin 90a8aa79c81 fix(typeahead): fixed waitTime functionality Closes #573 01 Jul 2013 Paul Chechetin a3890e753b3 docs(dialog): add forgotten options 02 Jul 2013 Paul Chechetin 38050bb624e docs(CONTRIBUTING): fix typo 01 Jul 2013 Tasos Bekos 566bdd16413 fix(datepicker): handle correctly `min`/`max` when cleared 29 Jun 2013 Pawel Kozlowski 1c990397df3 test(typeahead): activate all tests 30 Jun 2013 Pawel Kozlowski ea1e858a492 fix(typeahead): separate text field rendering and drop down rendering Closes #240
Closes #274 30 Jun 2013 Pawel Kozlowski c4e169cbb7b fix(typeahead): properly render initial input value Closes #591 29 Jun 2013 Pawel Kozlowski d2df0b35aed fix(typeahead): play nicelly with existing formatters 29 Jun 2013 Pawel Kozlowski 5ddd01f56dc test(typeahead): re-organize tests 29 Jun 2013 Pawel Kozlowski 7e178a38ce5 chore(build): activate multiple browsers on Jenkins-CI Closes #595 30 Jun 2013 Tasos Bekos 60619d511b3 fix(rating): evaluate `max` attribute on parent scope 29 Jun 2013 Tasos Bekos 64fff6761eb refactor(rating): add helpers to access stars in tests 29 Jun 2013 Sean Desmond 5b1115e3f6d feat(rating): added onHover and onLeave. 13 Jun 2013 Andy Joslin 015913259b5 style(tabs): remove unused attribute from template 28 Jun 2013 Andy Joslin 8868f236ee6 fix(tabs): Make tabset template correctly use tabset attributes (#584) * replace is now set to true in the tabset directive options 28 Jun 2013 Andy Joslin be7ecff01c1 fix(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. 28 Jun 2013 Pawel Kozlowski b8675389790 chore(demo): fix plunker link Closes #563 27 Jun 2013 Tasos Bekos ee7417071d1 fix(timepicker): prevent date change 25 Jun 2013 Andy Joslin 1fb30d1b62b style(CHANGELOG): Highlight code blocks in breaking changes 24 Jun 2013 Andy Joslin 86243cb2e0e style(CHANGELOG): Fix code blocks in breaking changes 24 Jun 2013 Pawel Kozlowski 9291aaa8847 chore(release): Starting v0.5.0-SNAPSHOT 24 Jun 2013 Pawel Kozlowski 23a32265ee1 chore(release): v0.4.0 24 Jun 2013 Pawel Kozlowski cd889b60b67 chore(build): split release process into steps 24 Jun 2013 Joe Grund 9246905acc7 fix(tooltip): make sure tooltip scope is evicted from cache This fix makes sure the tooltip.$scope is cleared from angular.element.cache when $destroy is called, preventing a memory leak.
Closes #484 30 May 2013 mokesmokes 3fcb70f0f6d fix(carousel): fix error with deleting multiple slides at once 08 Jun 2013 Josh David Miller 6a4527b7eaf docs(tooltip): add $tooltipProvider docs Until 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. 23 Jun 2013