소스 검색

Show better icon

jmacura 5 년 전
부모
커밋
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>