toderp with tasks screen

This commit is contained in:
Max Lynch
2013-09-10 21:07:51 -05:00
parent 48d4c32173
commit 1ca594b0cc
2 changed files with 23 additions and 11 deletions

View File

@@ -77,6 +77,15 @@
</form>
</main>
</div>
<div id="tasks" ng-switch-when="tasks" ng-controller="TasksCtrl" class="panel">
<header class="bar bar-header bar-danger">
<a href="#" class="button"><i class="icon-reorder"></i></a>
<h1 class="title">Your Tasks</h1>
</header>
<main class="content content-padded has-header">
</main>
</div>
</div>
<!--
<div id="page" class="page" ng-controller="TodaysTaskListCtrl">