mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
toderp with tasks screen
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user