Skip to content

Commit

Permalink
move info icon for #173
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmatthew committed Apr 13, 2019
1 parent b1e90b8 commit f856ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/filter/filter.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
</select>
<input class="yearInput" type="number"
(click)="filter.onlyOlderYoungerThan.active = true; updateFilters()"
[(ngModel)]="filter.onlyOlderYoungerThan.date" (change)="updateFilters()"> &nbsp;
<mat-icon color="primary" inline [matTooltip]="'filter.date_tooltip' | translate">information</mat-icon>
[(ngModel)]="filter.onlyOlderYoungerThan.date" (change)="updateFilters()">
</mat-checkbox>
<ng-container *ngIf="filter.onlyOlderYoungerThan.active">
<mat-slider min="1200" max="2020" tick-interval="1" step="50" thumbLabel="true"
[(ngModel)]="filter.onlyOlderYoungerThan.date" (change)="updateFilters()"></mat-slider>
&nbsp;<mat-icon color="primary" inline [matTooltip]="'filter.date_tooltip' | translate">information</mat-icon>
</ng-container>

<!-- BINARY -->
Expand Down

0 comments on commit f856ac4

Please sign in to comment.