mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Messing with bars
This commit is contained in:
@ -45,7 +45,8 @@
|
||||
<ul id="tasks" class="list">
|
||||
<li class="list-divider">Tasks</li>
|
||||
<li class="list-item" ng-repeat="task in tasks">
|
||||
<a href="#">{{task.text}}</a>
|
||||
{{task.text}}
|
||||
<a href="#" class="pull-right"><i class="icon-plus"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user