Set the placement of help tip popovers so that they automatically position
to a visible place on the screen.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<span class="glyphicon glyphicon-question-sign"
uib-popover="{{helpText}}"
popover-trigger="click"
+ popover-placement="auto"
ng-if="!helpLink || helpLink.length == 0"
></span>
<span class="glyphicon glyphicon-question-sign"
uib-popover-html="helpHtml"
popover-trigger="click"
+ popover-placement="auto"
ng-if="helpLink.length > 0"
></span>