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
55 lines (42 loc) • 502 B
HTML
<h1>Address</h1>
<a class="btn btn-default" href="#/address/create">Create</a>
<table class="table table-striped">
<thead>
<th>
workPhone
</th>
<th>
homePhone
</th>
<th>
mobile
</th>
<th>
fax
</th>
<th>
notes
</th>
<th>
Street1
</th>
<th>
Street2
</th>
<th>
City
</th>
<th>
State
</th>
<th>
PostalCode
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="Address-body">
</tbody>
</table>