aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
blob: f61893a4aa2ac363a5cc9a9f8d861130d0e71b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<html xmlns:ng="http://angularjs.org" wiki:ng="http://angularjs.org">
<head>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  <script type="text/javascript" src="docs-data.js"></script>
  <script type="text/javascript" src="../angular.min.js" ng:autobind></script>
  <script type="text/javascript" src="http://angularjs.org/extensions/wiki_widgets.js"></script>
  <link rel="stylesheet" href="http://angularjs.org/extensions/wiki_widgets.css" type="text/css" media="screen" />
</head>
<body ng:init="docs=$window.NG_DOC; $window.$root = $root">
  <table>
    <tr>
      <td valign="top">
        <div ng:repeat="(name, type) in docs.section">
          <b>{{name}}</b>
          <div ng:repeat="page in type">
            <a href="#{{page.name}}"><tt>{{page.shortName}}</tt></a>
          </div>
         </div>
      </td>
      <td valign="top"><ng:include src="$location.hashPath + '.html' "></ng:include></td>
    </tr>
  </table>
</body>
</html>