From b7e8eb6e1d9736f15707382222632cf45bafb585 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Tue, 18 Dec 2018 09:47:10 +0100 Subject: [PATCH] =?UTF-8?q?Affichage=20des=20mod=C3=A8les=20d'impression?= =?UTF-8?q?=20par=20ordre=20alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module_vmap/module/template/tools/print.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module_vmap/module/template/tools/print.html b/src/module_vmap/module/template/tools/print.html index 330a8b9c..1569f1c0 100644 --- a/src/module_vmap/module/template/tools/print.html +++ b/src/module_vmap/module/template/tools/print.html @@ -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> -- GitLab