Skip to content

Commit

Permalink
AngularJS platform title
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed Nov 25, 2019
1 parent 8e7b8ec commit 9b36fa4
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 @@ -575,7 +575,7 @@ angular.module('Demos', [])
$scope.run();
});
};
var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'Angular + JQuery' }];
var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'AngularJS' }];
$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 @@ -587,7 +587,7 @@ angular.module('Demos', [])
$scope.run();
});
};
var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'Angular + JQuery' }];
var technologies = [{ name: 'JavaScript', title: 'HTML + JavaScript®' }, { name: 'TypeScript', title: 'HTML + TypeScript' }, { name: 'AngularJS', title: 'AngularJS' }];
$scope.technologies = technologies;
$scope.selectedTechnology = technologies[0];
var getSamples = (component, selectedTechnology) => {
Expand Down

0 comments on commit 9b36fa4

Please sign in to comment.