[ADF-2045] Pagination is not working properly on Search Results Page (#2744)

This commit is contained in:
Eugenio Romano
2017-11-28 12:46:01 +00:00
committed by GitHub
parent ee901b6641
commit c763ba45e0
11 changed files with 58 additions and 62 deletions

View File

@@ -23,7 +23,7 @@ import { Component, Input } from '@angular/core';
export class OverlayViewerComponent {
@Input()
showViewer: boolean = false;
showViewer = false;
nodeId: string;