From 022ea390075561d2584a1b81c8a022721d6f8180 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Sat, 11 Jun 2016 06:55:32 -0700 Subject: [PATCH] docs(ngOpen): add note about browser compatibility - Add note about browser compatibility and recommend ng-show/ng-hide --- src/ng/directive/attrs.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ng/directive/attrs.js b/src/ng/directive/attrs.js index 2f9f54d163fd..96a339a00d78 100644 --- a/src/ng/directive/attrs.js +++ b/src/ng/directive/attrs.js @@ -305,6 +305,11 @@ * A special directive is necessary because we cannot use interpolation inside the `open` * attribute. See the {@link guide/interpolation interpolation guide} for more info. * + * ## A note about browser compatibility + * + * Edge, Firefox, and Internet Explorer do not support the `details` element, it is + * recommended to use {@link ng.ngShow} and {@link ng.ngHide} instead. + * * @example