diff --git a/contribs/gmf/apps/mobile/index.html.ejs b/contribs/gmf/apps/mobile/index.html.ejs index 8c37435d4a3c..cf5fd4368469 100644 --- a/contribs/gmf/apps/mobile/index.html.ejs +++ b/contribs/gmf/apps/mobile/index.html.ejs @@ -76,7 +76,7 @@ diff --git a/contribs/gmf/apps/mobile_alt/index.html.ejs b/contribs/gmf/apps/mobile_alt/index.html.ejs index 63cf2192eafa..345264a921d5 100644 --- a/contribs/gmf/apps/mobile_alt/index.html.ejs +++ b/contribs/gmf/apps/mobile_alt/index.html.ejs @@ -83,7 +83,7 @@ diff --git a/contribs/gmf/src/controllers/AbstractMobileController.js b/contribs/gmf/src/controllers/AbstractMobileController.js index 7988ac546f70..6870e9078027 100644 --- a/contribs/gmf/src/controllers/AbstractMobileController.js +++ b/contribs/gmf/src/controllers/AbstractMobileController.js @@ -134,6 +134,12 @@ const exports = function(config, $scope, $injector) { this.rightNavVisible = false; } }); + + /** + * @const {string} + * @export + */ + this.redirectUrl = $injector.get('redirectUrl'); }; olBase.inherits(exports, gmfControllersAbstractAppController);