Bottom - default

<div class = "popover" *gistPopover= "'position:bottom;'" >

Bottom

</div>

Bottom
Left

<div class= "popover" *gistPopover= "'position:left;'" >

left

</div>

Left
Right

<div class= "popover" *gistPopover= "'position:right;'" >

Right

</div>

Right
Top

<div class= "popover" *gistPopover= "'position:Top;'" >

Top

</div>

Top
Left remains in window

<div class= "popover" *gistPopover= "'position:left;'" >

left

</div>

Left
Right remains in window

<div class= "popover" *gistPopover= "'position:right;'" >

Right

</div>

Right