Skip to content

Commit

Permalink
Added Vue sample link
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed Jan 14, 2020
1 parent 62e78d9 commit 6e77109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GanttChartHyperLibraryDemos/Demos/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion GanttChartHyperLibraryDemos/Demos/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 6e77109

Please sign in to comment.