Files
IlLievitario-App/js/modules/category/categoryViewTemplate.html
T

5 lines
220 B
HTML

<div id="categoryListContent" data-role="content">
<h1>Indice <%= categoryName %></h1>
<ul id="allRicette" data-role="listview" data-autodividers="true" data-alpha="true" data-inset="true">
</ul>
</div>