9 lines
166 B
Twig
Executable File
9 lines
166 B
Twig
Executable File
<div class="selling-history">
|
|
{% verbatim %}
|
|
<div ng-repeat="s in recentSelling track by $index">
|
|
{{s.id}} )
|
|
{{s.amount}} €
|
|
</div>
|
|
{% endverbatim %}
|
|
</div>
|