angular-ui / bootstrap

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 README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.28k stars 6.73k forks source link

popover does not position itself correctly #6667

Closed Peter-Optiway closed 6 years ago

Peter-Optiway commented 6 years ago
<div class="container">
  <div class="row">
    <div class="col-xs-offset-1 col-xs-1">
      <button uib-popover="text wont fit on one line" popover-placement="top" type="button" class="btn btn-default">Inside</button>
      </div>
  </div>
</div>

This worked correctly in a older version of ui-bootstrap. (Tested in IE, Edge, Chrome) https://plnkr.co/edit/SDBsPANUYPydQxaL5UqU?p=preview image

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.