1

I am using UI Bootstrap and AngularJS, and I want to have popover with placement 'bottom-right', instead of the normal 'bottom' or 'right'. The picture below shows how I would like it work.

enter image description here

Anybody know how to do this? I've seen this somewhat addressed for plain old bootstrap, but not ui bootstrap here: bootstrap popover: advanced positioning

Community
  • 1
  • 1
Tom O'Brien
  • 1,741
  • 9
  • 45
  • 73

2 Answers2

3

Just keep the value of popover-placement to bottom-right.
Works in the latest builds.

skypjack
  • 49,335
  • 19
  • 95
  • 187
Manas
  • 808
  • 1
  • 7
  • 16
2

This feature was added under PR #4899 and will be available in the next release.

Rob J
  • 6,609
  • 5
  • 28
  • 29