xxxxxxxxxx
//Start
<html>
<head>
<title>Todo</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="app.js"></script>
</head>
<body>
<h1>Todo List</h1>
<input>
<button>add</button>
<ul>
<li></li>
</ul>
<hr/>
<pre></pre>
</body>
</html>
//End
<html>
<head>
<title>Todo</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="app">
<todo-list></todo-list>
</body>
</html>
https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js
https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js