From b64570a5a9df55e36d23d57162ae410c83631235 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 30 Jul 2015 12:00:20 -0700 Subject: [PATCH] appendtoBody -> appendToBody in 'angular-ui-bootstrap'. --- angular-ui-bootstrap/angular-ui-bootstrap-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts b/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts index 5aef97afa..7f8886496 100644 --- a/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts +++ b/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts @@ -110,7 +110,7 @@ testApp.config(( placement: 'bottom', animation: false, popupDelay: 1000, - appendtoBody: true + appendToBody: true }); $tooltipProvider.setTriggers({ 'customOpenTrigger': 'customCloseTrigger'