Skip to content
Snippets Groups Projects
Commit b7e8eb6e authored by Armand Bahi's avatar Armand Bahi
Browse files

Affichage des modèles d'impression par ordre alpha

parent 74674fd8
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
<div class="print-form-label">Modèle</div>
<select id="select-print-format" class="form-control minus"
ng-model="modelIndex"
ng-options="index as model.name for (index, model) in ctrl.models"
ng-options="index as model.name for (index, model) in ctrl.models | orderBy : 'name'"
ng-change="ctrl.loadModelParmas(modelIndex)"></select>
<div class="print-form-label" ng-if="ctrl.printStyles.length > 0">Style</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment