Project

General

Profile

« Previous | Next » 

Revision 58184

[Library | Landing Redesign]: Merge from trunk. Change Organization download base on mocks

View differences:

searchFilter.component.html
106 106
<!--              </ng-container>-->
107 107
              <ng-container *ngFor="let value of sort(filter.values)"
108 108
                   class="uk-animation-fade filterItem searchFilterItem uk-text-small">
109
                <div title = "{{value.name}}">
109
                <div *ngIf="filterKeywords(value.name)" title = "{{value.name}}">
110 110
                  <label *ngIf="filter.filterType == 'checkbox' || filter.filterType == 'radio'">
111 111
                    <input *ngIf="filter.filterType == 'checkbox'" type="checkbox"
112 112
                           [disabled]="isDisabled || (showResultCount && value.number === 0)"

Also available in: Unified diff