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:
Italo Rossi 2016-03-30 07:20:08 -05:00
commit ce345da6b8
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();