Files
meteor/examples/simple-todos-angular/simple-todos-angular.html
2015-09-16 11:39:21 -07:00

8 lines
128 B
HTML

<head>
<title>Todo List</title>
</head>
<body ng-include="'todos-list.ng.html'"
ng-controller="TodosListCtrl">
</body>