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
31 lines (24 loc) • 315 B
HTML
<h1>Tax</h1>
<a class="btn btn-default" href="#/tax/create">Create</a>
<table class="table table-striped">
<thead>
<th>
name
</th>
<th>
rate
</th>
<th>
number
</th>
<th>
compound
</th>
<th>
</th>
<th>
</th>
</thead>
<tbody class="Tax-body">
</tbody>
</table>