diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..f61893a4 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,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>
\ No newline at end of file |
