From 9f0176131ab7a88f26515632455aefb8b249c00d Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Tue, 21 Apr 2015 11:04:16 +1000 Subject: [PATCH] docs(ngCloak): remove information for ie7 IE7 is not supported. Also change `#template2` text to `'world'`. Closes #11661 --- src/ng/directive/ngCloak.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index bf19117a3336..19bd25c83252 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -33,17 +33,13 @@ * document; alternatively, the css rule above must be included in the external stylesheet of the * application. * - * Legacy browsers, like IE7, do not provide attribute selector support (added in CSS 2.1) so they - * cannot match the `[ng\:cloak]` selector. To work around this limitation, you must add the css - * class `ng-cloak` in addition to the `ngCloak` directive as shown in the example below. - * * @element ANY * * @example
{{ 'hello' }}
-
{{ 'hello IE7' }}
+
{{ 'world' }}
it('should remove the template directive and css class', function() {