grunt-doctrine
Version:
Grunt plugin to convert doctrine xml annotations into backbone models and collections. Useful in conjunction with doctrine apigility. Includes option to scaffold an entire BBB application
35 lines (27 loc) • 361 B
HTML
<h1>Contact</h1>
<a class="btn btn-default" href="#/contact/create">Create</a>
<table class="table table-striped">
<thead>
<th>
firstName
</th>
<th>
lastName
</th>
<th>
email
</th>
<th>
phone1
</th>
<th>
phone2
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="Contact-body">
</tbody>
</table>