Skip to content

Commit 504a905

Browse files
committed
Remove @ngInject
1 parent 2d8fd25 commit 504a905

File tree

208 files changed

+0
-335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+0
-335
lines changed

contribs/gmf/apps/appmodule.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ appModule.config([
4848
]);
4949

5050
/**
51-
* @ngInject
5251
*/
5352
appModule.run([
5453
'$injector',

contribs/gmf/apps/desktop/Controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ const appModule = angular.module('Appdesktop', [appBase.name, gmfControllersAbst
5757
appModule.value('gmfContextualdatacontentTemplateUrl', 'gmf/contextualdata');
5858
appModule.run(
5959
/**
60-
* @ngInject
6160
* @param {angular.ITemplateCacheService} $templateCache
6261
*/
6362
[

contribs/gmf/apps/desktop_alt/Controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class Controller extends AbstractDesktopController {
4848
/**
4949
* @param {angular.IScope} $scope Scope.
5050
* @param {angular.auto.IInjectorService} $injector Main injector.
51-
* @ngInject
5251
*/
5352
constructor($scope, $injector) {
5453
super($scope, $injector);

contribs/gmf/apps/oeedit/Controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class Controller extends AbstractDesktopController {
4747
* @param {angular.IScope} $scope Scope.
4848
* @param {angular.auto.IInjectorService} $injector Main injector.
4949
* @param {angular.ITimeoutService} $timeout Angular timeout service.
50-
* @ngInject
5150
*/
5251
constructor($scope, $injector, $timeout) {
5352
super($scope, $injector);
@@ -158,7 +157,6 @@ const appModule = angular.module('Appoeedit', [
158157
appModule.value('gmfContextualdatacontentTemplateUrl', 'gmf/contextualdata');
159158
appModule.run(
160159
/**
161-
* @ngInject
162160
* @param {angular.ITemplateCacheService} $templateCache
163161
*/
164162
[

contribs/gmf/examples/backgroundlayerselector.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const myModule = angular.module('gmfapp', [
4646
/**
4747
* @param {import('gmf/theme/Themes').ThemesService} gmfThemes Themes service.
4848
* @class
49-
* @ngInject
5049
*/
5150
function MainController(gmfThemes) {
5251
gmfThemes.loadThemes();

contribs/gmf/examples/contextualdata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ myModule.value('gmfContextualdatacontentTemplateUrl', 'partials/contextualdata.h
4848

4949
/**
5050
* @class
51-
* @ngInject
5251
*/
5352
function MainController() {
5453
/**

contribs/gmf/examples/datepicker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const myModule = angular.module('gmfapp', [
4040
/**
4141
* @class
4242
* @param {import('ngeo/misc/WMSTime').WMSTime} ngeoWMSTime wmstime service.
43-
* @ngInject
4443
*/
4544
function MainController(ngeoWMSTime) {
4645
/**

contribs/gmf/examples/displayquerygrid.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ myModule.component('gmfappQueryresult', queryresultComponent);
8080
*
8181
* @param {import('ngeo/query/MapQuerent').QueryResult} ngeoQueryResult Query service.
8282
* @class
83-
* @ngInject
8483
*/
8584
function QueryresultController(ngeoQueryResult) {
8685
/**
@@ -97,7 +96,6 @@ myModule.controller('gmfappQueryresultController', QueryresultController);
9796
* data sources manager service.
9897
* @param {import('gmf/theme/Manager').ThemeManagerService} gmfThemeManager gmf Theme Manager service.
9998
* @param {string} defaultTheme The default theme.
100-
* @ngInject
10199
*/
102100
function MainController(gmfThemes, gmfDataSourcesManager, gmfThemeManager, defaultTheme) {
103101
gmfThemes.loadThemes();

contribs/gmf/examples/displayquerywindow.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ myModule.component('appQueryresult', queryresultComponent);
7878
*
7979
* @param {import('ngeo/query/MapQuerent').QueryResult} ngeoQueryResult Query service.
8080
* @class
81-
* @ngInject
8281
*/
8382
function QueryresultController(ngeoQueryResult) {
8483
/**
@@ -95,7 +94,6 @@ myModule.controller('AppQueryresultController', QueryresultController);
9594
* data sources manager service.
9695
* @param {import('gmf/theme/Manager').ThemeManagerService} gmfThemeManager gmf Theme Manager service.
9796
* @param {string} defaultTheme The default theme.
98-
* @ngInject
9997
*/
10098
function MainController(gmfThemes, gmfDataSourcesManager, gmfThemeManager, defaultTheme) {
10199
gmfThemes.loadThemes();

contribs/gmf/examples/drawfeature.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const myModule = angular.module('gmfapp', [
5959
* @param {import('ngeo/misc/ToolActivateMgr').ToolActivateMgr} ngeoToolActivateMgr Ngeo ToolActivate
6060
* manager service.
6161
* @class
62-
* @ngInject
6362
*/
6463
function MainController($scope, ngeoFeatureHelper, ngeoFeatures, ngeoToolActivateMgr) {
6564
/**

0 commit comments

Comments
 (0)