]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8995 - [verto_communicator] add missing toastr in settings controller
authorDavide Colombo <dcolombo@voismart.it>
Wed, 30 Mar 2016 09:04:56 +0000 (11:04 +0200)
committerDavide Colombo <dcolombo@voismart.it>
Wed, 30 Mar 2016 09:04:56 +0000 (11:04 +0200)
html5/verto/verto_communicator/src/vertoControllers/controllers/SettingsController.js

index d6f4d0453bebd37411fe2cb000ce3d92a9733eed..8e00bb6d29b4b35060b7a4dacb1d192edaf9b54a 100644 (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();