mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 21:05:43 +08:00
getting rid of #page div in docs index.html
This commit is contained in:
@@ -18,9 +18,6 @@ a {
|
|||||||
height: 3.5em;
|
height: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page {
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar,
|
#sidebar,
|
||||||
#section {
|
#section {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -29,19 +29,17 @@
|
|||||||
<a href="index.html"><span class="angular"><angular/></span> Docs</a>
|
<a href="index.html"><span class="angular"><angular/></span> Docs</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="page">
|
<div id="sidebar">
|
||||||
<div id="sidebar">
|
<input type="text" name="filterText" placeholder="search documentaiton"/>
|
||||||
<input type="text" name="filterText" placeholder="search documentaiton"/>
|
<ul>
|
||||||
<ul>
|
<li ng:repeat="page in pages.$filter(filterText)" ng:class="getClass(page)">
|
||||||
<li ng:repeat="page in pages.$filter(filterText)" ng:class="getClass(page)">
|
<a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a>
|
||||||
<a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a>
|
</li>
|
||||||
</li>
|
</ul>
|
||||||
</ul>
|
</div>
|
||||||
</div>
|
<div id="section">
|
||||||
<div id="section">
|
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
|
||||||
<a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a>
|
<ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
|
||||||
<ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user