File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
<!--[if IE 8]> <html class="no-js lt-ie9 ng-app: docsApp;" lang="en" ng-controller="DocsController"> <![endif]-->
5
5
<!--[if gt IE 8]><!--> < html class ="no-js ng-app: docsApp; " lang ="en " ng-controller ="DocsController "> <!--<![endif]-->
6
6
< head >
7
+ < style >
8
+ .ng-hide { display : none!important ; }
9
+ </ style >
7
10
< meta charset ="utf-8 ">
8
11
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
9
12
< meta name ="Description "
@@ -201,8 +204,8 @@ <h4>{{ key }}</h4>
201
204
</ div >
202
205
</ header >
203
206
204
- < div id ="docs-fold-overlay " ng-show ="docs_fold " ng-click ="fold(null) "> </ div >
205
- < div class ="foldout " id ="docs-fold " ng-show ="docs_fold ">
207
+ < div class =" ng-hide " id ="docs-fold-overlay " ng-show ="docs_fold " ng-click ="fold(null) "> </ div >
208
+ < div class ="foldout ng-hide " id ="docs-fold " ng-show ="docs_fold ">
206
209
< div id ="docs-fold-close " ng-click ="fold(null) ">
207
210
< span class ="icon-remove-sign "> </ span >
208
211
</ div >
You can’t perform that action at this time.
0 commit comments