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

Affichage des modèles d'impression par ordre alpha

parent 8d0b35d1
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="print-form-label">Modèle</div> <div class="print-form-label">Modèle</div>
<select id="select-print-format" class="form-control minus" <select id="select-print-format" class="form-control minus"
ng-model="modelIndex" 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> ng-change="ctrl.loadModelParmas(modelIndex)"></select>
<div class="print-form-label" ng-if="ctrl.printStyles.length > 0">Style</div> <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