mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fix to toderp
This commit is contained in:
@@ -95,9 +95,9 @@
|
||||
</form>
|
||||
<div id="tasks">
|
||||
<ul class="list">
|
||||
<li class="list-item" ng-repeat="task in tasks">
|
||||
<li class="list-item" ng-repeat="task in todos">
|
||||
{{task.text}}
|
||||
<input type="checkbox" ng-model="task.completed">
|
||||
<input type="checkbox" ng-model="task.completed" class="pull-right">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user