-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html ng-app="formsApp">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="css/base.css" />
<title>Demos</title>
</head>
<body>
<fieldset>
<legend>Data binding</legend>
<ol>
<li><a href="bind.html">Hello world, complex, async</a></li>
<li><a href="scopes.html">Scope inheritance</a></li>
</ol>
</fieldset>
<fieldset>
<legend>HTML templates</legend>
<ol>
<li><a href="repeat.html">Repeater</a></li>
<li><a href="filters.html">Filters</a></li>
</ol>
</fieldset>
<fieldset>
<legend>Directives</legend>
<ol>
<li><a href="directive-avatar.html">Avatar</a></li>
<li><a href="directive-geomap.html">Geomap</a></li>
<li><a href="puzzle.html">Puzzle</a></li>
<li><a href="date2stamp.html">Date-to-stamp</a></li>
</ol>
</fieldset>
<fieldset>
<legend>Forms</legend>
<ol>
<li><a href="forms.html">Advanced form</a></li>
<li><a href="forms-select2select.html">select <=>select</a></li>
</ol>
</fieldset>
<fieldset>
<legend>Routing</legend>
<ol>
<li><a href="routing.html">Routing, deep linking, views/partials, ng-include</a></li>
</ol>
</fieldset>
</body>
</html>