Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular-ui/bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: angular-ui/bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 20 commits
  • 18 files changed
  • 8 contributors

Commits on Apr 5, 2016

  1. Copy the full SHA
    1c6c7b9 View commit details
  2. fix(datepickerPopup): do not show incorrect warning

    This stops the datepicker popup from incorrectly showing a warning when not supplying any datepicker options.
    
    Fixes #5743
    Closes #5747
    deeg authored and wesleycho committed Apr 5, 2016
    Copy the full SHA
    98eb8f1 View commit details
  3. Copy the full SHA
    c05aefe View commit details

Commits on Apr 6, 2016

  1. chore(timepicker): remove inline style

    - Remove inline style due to style being present in CSS
    
    Closes #5751
    wesleycho committed Apr 6, 2016
    Copy the full SHA
    38a334c View commit details
  2. docs(datepicker): remove popup example.

    Closes #5755
    aitboudad authored and wesleycho committed Apr 6, 2016
    Copy the full SHA
    169c504 View commit details
  3. fix(site): allow FastClick to be blocked

    Some users' adblock and virus protection is accidentally blocking third party `fastclick.js`.
    
    Put a guard around the line that invokes the FastClick api
    
    Closes #5756
    christopherthielen authored and wesleycho committed Apr 6, 2016
    Copy the full SHA
    37f9cd2 View commit details
  4. Copy the full SHA
    0f3a521 View commit details
  5. Copy the full SHA
    3b8f18e View commit details
  6. fix(datepicker): ensure datepicker is focused

    - When date is selected, ensure datepicker is selected in Chrome
    
    Closes #5761
    Fixes #5754
    wesleycho committed Apr 6, 2016
    Copy the full SHA
    33cbd0f View commit details
  7. Copy the full SHA
    4044f08 View commit details
  8. Copy the full SHA
    32f78b8 View commit details
  9. Copy the full SHA
    3d7191c View commit details

Commits on Apr 7, 2016

  1. fix(typeahead): use $setViewValue on blur

    Use $setViewValue instead of setting directly $viewValue to '', to make new value go through validators.
    
    Closes #5769
    Fixes #5694
    pdesgarets authored and wesleycho committed Apr 7, 2016
    Copy the full SHA
    bba3f27 View commit details

Commits on Apr 12, 2016

  1. fix(modal): missing require in modal

    - Fix incorrect require of css instead of position module
    
    Closes #5786
    mhchen authored and wesleycho committed Apr 12, 2016
    Copy the full SHA
    a887d2b View commit details
  2. feat(modal): add no css import script

    - Add index-nocss.js for modals
    
    Closes #5788
    wesleycho committed Apr 12, 2016
    1
    Copy the full SHA
    a27a4e2 View commit details
  3. fix(modal): scroll padding only added once

    - Ensure the scroll padding meant to offset the modal-open class
    only gets added once when mulitple modal windows are open.
    
    Closes #5790
    Fixes #5789
    RobJacobs authored and deeg committed Apr 12, 2016
    Copy the full SHA
    aef08d5 View commit details
  4. fix(tooltip): arrow position

    - Ensure the arrow position gets recalculated if the tooltip
    position changes while open.
    
    Closes #5785
    Fixes #5779
    RobJacobs authored and deeg committed Apr 12, 2016
    Copy the full SHA
    d96d53e View commit details

Commits on Apr 13, 2016

  1. docs(datepicker): fix customClass and dateDisabled

    - Fix documentation for customClass and dateDisabled functions
    
    Closes #5797
    Fixes #5757
    Rouche authored and wesleycho committed Apr 13, 2016
    Copy the full SHA
    68ed7ab View commit details
  2. fix(dropdown): stop esc keydown event

    Fixes #5778
    Closes #5787
    
    BREAKING CHANGE: Stops propagation of keydown event when escape key is pressed. Removes keydown event from the document and moves it to the dropdown element.
    deeg committed Apr 13, 2016
    Copy the full SHA
    68200bb View commit details

Commits on Apr 14, 2016

  1. chore(release): 1.3.2

    wesleycho committed Apr 14, 2016
    Copy the full SHA
    5eab8ff View commit details
Loading