FS-8995 - [verto_communicator] add missing toastr in settings controller

This commit is contained in:
Davide Colombo 2016-03-30 11:04:56 +02:00
parent cc0a062204
commit 0bd9e09fe0
1 changed files with 2 additions and 2 deletions

View File

@ -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();