From b12a0d8f078f2e36e0cf640be576bb8b92b32918 Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Wed, 25 Jul 2018 18:15:45 +0200 Subject: [PATCH] fix(Angular): add workaround for Safari / Webdriver error --- src/Angular.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Angular.js b/src/Angular.js index da2fb94aed94..9ec66958aa68 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1695,8 +1695,13 @@ function angularInit(element, bootstrap) { }); if (appElement) { if (!isAutoBootstrapAllowed) { - window.console.error('AngularJS: disabling automatic bootstrap.