diff --git a/src/module_vmap/module/template/tools/print.html b/src/module_vmap/module/template/tools/print.html index 330a8b9c2733511e33358d8d02c6e41a6463122a..1569f1c0ce52406fdf97d7c28e621defb66cb7e5 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>