11 lines
455 B
Twig
Executable File
11 lines
455 B
Twig
Executable File
{% verbatim %}
|
|
<button>tooltip example</button>
|
|
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Tooltip on top">Tooltip on top</button>
|
|
<div id="not_loaded" ng-if="!initLoadDone">
|
|
<div class="well">
|
|
<i class="fa fa-refresh fa-spin fa-3x"></i> Chargement en cours de vos produits
|
|
</div>
|
|
</div>
|
|
{% endverbatim %}
|
|
{% include 'logged/angular/loaded-caisse.html.twig' %}
|