-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
23 lines (20 loc) · 747 Bytes
/
example.html
File metadata and controls
23 lines (20 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
<!DOCTYPE html>
<html ng-app="myApp">
<head lang="en">
<meta charset="UTF-8">
<title> webApi Angular.js DEMO-page </title>
</head>
<body ng-controller="MyController as vm">
<script src="vendor/angular.js"></script>
<script src="example.js"></script>
<script src="webApi/module.js"></script>
<script src="webApi/categories/account.js"></script>
<script src="webApi/categories/adminManage.js"></script>
<script src="webApi/categories-handler/requests.js"></script>
<script src="webApi/config/webApiSettings.js"></script>
<script src="webApi/http-statuses/statusCodes.js"></script>
<script src="webApi/main/core.js"></script>
<script src="webApi/main/optimizer.js"></script>
<script src="webApi/main/scenarios.js"></script>
</body>
</html>