jmacura 5 лет назад
Родитель
Сommit
fd8543f117
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/adjuster/adjuster.directive.html

+ 1 - 1
src/adjuster/adjuster.directive.html

@@ -6,7 +6,7 @@
       <div ng-repeat="factor in PraAdjusterService.factors">
         <div class="d-flex flex-row">
           <div class="p-2 flex-grow-1">
-            <span class="glyphicon cursor-pointer" ng-class="datasetlistVisible ? 'icon-chevron-left' : 'icon-chevron-right'"
+            <span class="glyphicon cursor-pointer" ng-class="datasetlistVisible ? 'icon-chevron-down' : 'icon-chevron-right'"
               ng-click="datasetlistVisible = !datasetlistVisible"></span>
             <label class="cursor-pointer" ng-click="datasetlistVisible = !datasetlistVisible">{{factor.name}}</label>
           </div>