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

Merge branch 'bug/44-affichage-des-modeles-d-impression-par-ordre-alphabetique' into 'master'

Resolve "Affichage des modèles d'impression par ordre alphabétique"

Closes #44

See merge request Development/vitis_apps/application/vmap!37
parents 74674fd8 b7e8eb6e
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