From 4410e5ba936478efb74705c4bf5de230c1f41c2d Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 17 Aug 2015 12:25:31 -0700 Subject: [PATCH] Missing comma. --- angular-ui-bootstrap/angular-ui-bootstrap-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts b/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts index a5dc969ed..80d06c254 100644 --- a/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts +++ b/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts @@ -121,8 +121,8 @@ testApp.config(( placement: 'bottom', animation: false, popupDelay: 1000, - appendToBody: true - useContentExp: true + appendToBody: true, + useContentExp: true, }); $tooltipProvider.setTriggers({ 'customOpenTrigger': 'customCloseTrigger'