fix(docs): work around the lame ng:show directive

This commit is contained in:
Igor Minar
2011-08-21 00:24:22 -07:00
parent db04241beb
commit 607de75fa4
2 changed files with 2 additions and 7 deletions

View File

@@ -83,8 +83,8 @@
</div>
</div>
<div id="fader" ng:show="subpage"></div>
<div id="subpage" ng:show="subpage">
<div id="fader" ng:show="subpage" style="display: none"></div>
<div id="subpage" ng:show="subpage" style="display: none">
<div>
<h2>Would you like full offline support for this AngularJS Docs App?</h2>
<a ng:click="subpage=false">&#10005;</a>