mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-8995 - [verto_communicator] add missing toastr in settings controller
This commit is contained in:
parent
cc0a062204
commit
0bd9e09fe0
@ -4,8 +4,8 @@
|
|||||||
angular
|
angular
|
||||||
.module('vertoControllers')
|
.module('vertoControllers')
|
||||||
.controller('SettingsController', ['$scope', '$http',
|
.controller('SettingsController', ['$scope', '$http',
|
||||||
'$location', '$rootScope', 'storage', 'verto', '$translate',
|
'$location', '$rootScope', 'storage', 'verto', '$translate', 'toastr',
|
||||||
function($scope, $http, $location, $rootScope, storage, verto, $translate) {
|
function($scope, $http, $location, $rootScope, storage, verto, $translate, toastr) {
|
||||||
console.debug('Executing ModalSettingsController.');
|
console.debug('Executing ModalSettingsController.');
|
||||||
|
|
||||||
$.material.init();
|
$.material.init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user