From 88272a951a6e33df21a9dfc4759b2e318105fc8d Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Thu, 2 Jun 2016 14:38:16 +0200 Subject: [PATCH] fix(select): remove workaround for Chrome bug In the Chrome issue (https://bugs.chromium.org/p/chromium/issues/detail?id=381459) I noticed that the bug can't be reproduced in Chrome 45 and the issue was closed subsequently. I've also tested again with Chrome 51 and it still works. Related: #6828 --- src/ng/directive/select.js | 10 ---------- test/ng/directive/ngOptionsSpec.js | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index d5560debdc21..6c71ebcaf276 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -2,15 +2,6 @@ var noopNgModelController = { $setViewValue: noop, $render: noop }; -function chromeHack(optionElement) { - // Workaround for https://code.google.com/p/chromium/issues/detail?id=381459 - // Adding an