Merge pull request #778 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8995-missing-toastr-in-settingscontroller to master
* commit '0bd9e09fe0a74729d08f3588e2b1843ce66a4a87': FS-8995 - [verto_communicator] add missing toastr in settings controller
This commit is contained in:
commit
ce345da6b8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue