File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 33
33
* document; alternatively, the css rule above must be included in the external stylesheet of the
34
34
* application.
35
35
*
36
- * Legacy browsers, like IE7, do not provide attribute selector support (added in CSS 2.1) so they
37
- * cannot match the `[ng\:cloak]` selector. To work around this limitation, you must add the css
38
- * class `ng-cloak` in addition to the `ngCloak` directive as shown in the example below.
39
- *
40
36
* @element ANY
41
37
*
42
38
* @example
43
39
<example>
44
40
<file name="index.html">
45
41
<div id="template1" ng-cloak>{{ 'hello' }}</div>
46
- <div id="template2" ng-cloak class="ng-cloak">{{ 'hello IE7 ' }}</div>
42
+ <div id="template2" class="ng-cloak">{{ 'world ' }}</div>
47
43
</file>
48
44
<file name="protractor.js" type="protractor">
49
45
it('should remove the template directive and css class', function() {
You can’t perform that action at this time.
0 commit comments