I have a page designed in angular bootstrap. I am trying to use a popover as follws ..
<div class="col-md-4">
<div class="row">
<ul>
<a href="" uib-popover-template="'popOverEditTemplate.html'" popover-popup-close-delay='500' popover-placement="bottom-left"> AM TEST AM </a>
</ul>
</div>
</div>
The template I am using pops over fine, but I could not increase the size of the popover whatsoever.
How can I increase the size of the popover?
AM TEST AM
– Ahadu Melesse Oct 27 '16 at 02:07