Slit component in analitycs-param-report

Improve the form validation
Fix the reset reports on change params
This commit is contained in:
mauriziovitale84
2016-10-13 18:18:45 +01:00
parent 7a4bb0aec9
commit eb3583e7f5
20 changed files with 824 additions and 620 deletions

View File

@@ -144,4 +144,8 @@ export class DateRangeWidget extends WidgetComponent {
public convertMomentDate(date: string) {
return moment(date, DateRangeWidget.FORMAT_DATE_ACTIVITI, true).format(DateRangeWidget.FORMAT_DATE_ACTIVITI) + 'T00:00:00.000Z';
}
ngOnDestroy() {
}
}