Missing comma.

This commit is contained in:
Daniel Rosenwasser
2015-08-17 12:25:31 -07:00
parent cefee3eadc
commit 4410e5ba93
@@ -121,8 +121,8 @@ testApp.config((
placement: 'bottom',
animation: false,
popupDelay: 1000,
appendToBody: true
useContentExp: true
appendToBody: true,
useContentExp: true,
});
$tooltipProvider.setTriggers({
'customOpenTrigger': 'customCloseTrigger'