mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
8 lines
128 B
HTML
8 lines
128 B
HTML
<head>
|
|
<title>Todo List</title>
|
|
</head>
|
|
|
|
<body ng-include="'todos-list.ng.html'"
|
|
ng-controller="TodosListCtrl">
|
|
</body>
|