forked from colorfest/angularjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompile.html
More file actions
29 lines (23 loc) · 747 Bytes
/
compile.html
File metadata and controls
29 lines (23 loc) · 747 Bytes
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
<!doctype html>
<html lang="en">
<head>
<title>AccioCode AngularJS Tutorial</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-COMPATIBLE" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, user-scalable=no">
<script src="angularjstutorial-deps.js"></script>
<script src="angularjstutorial.js"></script>
<link rel="stylesheet" href="resources/css/angularjstutorial.css">
</head>
<body>
<div class="mainContainer" data-ng-app="MyApp">
<h1>Features</h1>
<h2>Compile</h2>
<compile-directive></compile-directive>
<page-directive></page-directive>
<page-directive-two></page-directive-two>
<page-directive-three></page-directive-three>
<page-directive></page-directive>
</div>
</body>
</html>