diff --git a/GanttChartHyperLibraryDemos/Demos/app.js b/GanttChartHyperLibraryDemos/Demos/app.js index 62f4a5a83..2ca1fe6cd 100644 --- a/GanttChartHyperLibraryDemos/Demos/app.js +++ b/GanttChartHyperLibraryDemos/Demos/app.js @@ -587,7 +587,7 @@ angular.module('Demos', []) $scope.run(); }); }; - var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'AngularJS' }, { name: 'Angular', title: 'Angular 8', url: 'https://github.com/DlhSoftTeam/Angular-GanttChartViewSampleApp/tree/master/src/app' }, { name: 'React', title: 'React', url: 'https://github.com/DlhSoftTeam/React-GanttChartViewSampleApp/tree/master' }]; + var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'AngularJS' }, { name: 'Angular', title: 'Angular 8', url: 'https://github.com/DlhSoftTeam/Angular-GanttChartViewSampleApp/tree/master/src/app' }, { name: 'React', title: 'React', url: 'https://github.com/DlhSoftTeam/React-GanttChartViewSampleApp/tree/master' }, { name: 'Vue', title: 'Vue', url: 'https://github.com/DlhSoftTeam/Vue-GanttChartViewSampleApp/tree/master' }]; $scope.technologies = technologies; $scope.selectedTechnology = technologies[0]; var getSamples = function (component, selectedTechnology) { diff --git a/GanttChartHyperLibraryDemos/Demos/app.ts b/GanttChartHyperLibraryDemos/Demos/app.ts index 38526b99a..25e4b74fb 100644 --- a/GanttChartHyperLibraryDemos/Demos/app.ts +++ b/GanttChartHyperLibraryDemos/Demos/app.ts @@ -599,7 +599,7 @@ angular.module('Demos', []) $scope.run(); }); }; - var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'AngularJS' }, { name: 'Angular', title: 'Angular 8', url: 'https://github.com/DlhSoftTeam/Angular-GanttChartViewSampleApp/tree/master/src/app' }, { name: 'React', title: 'React', url: 'https://github.com/DlhSoftTeam/React-GanttChartViewSampleApp/tree/master' }]; + var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'AngularJS' }, { name: 'Angular', title: 'Angular 8', url: 'https://github.com/DlhSoftTeam/Angular-GanttChartViewSampleApp/tree/master/src/app' }, { name: 'React', title: 'React', url: 'https://github.com/DlhSoftTeam/React-GanttChartViewSampleApp/tree/master' }, { name: 'Vue', title: 'Vue', url: 'https://github.com/DlhSoftTeam/Vue-GanttChartViewSampleApp/tree/master' }]; $scope.technologies = technologies; $scope.selectedTechnology = technologies[0]; var getSamples = (component, selectedTechnology) => {