function FdsService()

in webapp/services/fds.service.js [30:40]


function FdsService(tdDataTableService, fdsDialogService, fdsSnackBarService) {
    // Services
    this.dialogService = fdsDialogService;
    this.snackBarService = fdsSnackBarService;
    this.dataTableService = tdDataTableService;

    // General
    this.title = 'Apache NiFi Flow Design System Demo v' + version;
    this.inProgress = true;
    this.perspective = '';
}