<!doctype html>
<html ng-app="demoTreeview">
<head>
  <meta charset="utf-8">
  <title>AngularJS Treeview Demo</title>
  <link rel="stylesheet" type="text/css" href="treeview.css">
</head>
<body>

<div treeview></div>

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
<script src="treeviewData.js"></script>
<script src="treeview.js"></script>
<script src="app.js"></script>
</body>
</html>