Fix outside org tooltip to work in entity search

This commit is contained in:
Joseph Schorr 2014-01-21 17:45:54 -05:00
parent 7ceb249858
commit 45b9c9e7ab
3 changed files with 10 additions and 2 deletions

View file

@ -14,6 +14,6 @@
</span>
</span>
<i class="fa fa-exclamation-triangle" ng-show="entity.is_org_member === false"
title="This user is not a member of the organization" bs-tooltip="tooltip.title" data-container="body">
title="This user is not a member of the organization" bs-tooltip="tooltip.title">
</i>
</span>