mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Tabs and toderp tweaks
This commit is contained in:
@ -121,7 +121,6 @@
|
||||
</form>
|
||||
<list id="task-list">
|
||||
<li class="list-item" ng-repeat="task in activeProject.tasks" ng-class="{completed: task.isCompleted}">
|
||||
<input type="checkbox" ng-model="task.isCompleted"> {{task.title}}
|
||||
<input type="text" ng-model="task.title">
|
||||
</li>
|
||||
</list>
|
||||
|
||||
Reference in New Issue
Block a user