diff --git a/html5/verto/verto_communicator/src/vertoControllers/controllers/SettingsController.js b/html5/verto/verto_communicator/src/vertoControllers/controllers/SettingsController.js
index d6f4d0453b..8e00bb6d29 100644
--- a/html5/verto/verto_communicator/src/vertoControllers/controllers/SettingsController.js
+++ b/html5/verto/verto_communicator/src/vertoControllers/controllers/SettingsController.js
@@ -4,8 +4,8 @@
angular
.module('vertoControllers')
.controller('SettingsController', ['$scope', '$http',
- '$location', '$rootScope', 'storage', 'verto', '$translate',
- function($scope, $http, $location, $rootScope, storage, verto, $translate) {
+ '$location', '$rootScope', 'storage', 'verto', '$translate', 'toastr',
+ function($scope, $http, $location, $rootScope, storage, verto, $translate, toastr) {
console.debug('Executing ModalSettingsController.');
$.material.init();