append tooltips to body

This commit is contained in:
Kyle Spearrin 2017-01-04 22:23:21 -05:00
parent 9aa61f4bca
commit fff0efb095
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ angular
});
$uibTooltipProvider.options({
popupDelay: 600
popupDelay: 600,
appendToBody: true
});
if ($httpProvider.defaults.headers.post) {