提交 ce345da6 authored 作者: Italo Rossi's avatar Italo Rossi

Merge pull request #778 in FS/freeswitch from…

Merge pull request #778 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8995-missing-toastr-in-settingscontroller to master

* commit '0bd9e09f':
  FS-8995 - [verto_communicator] add missing toastr in settings controller
......@@ -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();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论