mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
6 lines
154 B
HTML
6 lines
154 B
HTML
<div class="content-padded">
|
|
<h2>{{customer.name}}</h2>
|
|
<a class="button button-default">Edit</a>
|
|
<a class="button button-danger">Delete</a>
|
|
</div>
|