提交 0bd9e09f authored 作者: Davide Colombo's avatar Davide Colombo

FS-8995 - [verto_communicator] add missing toastr in settings controller

上级 cc0a0622
...@@ -4,8 +4,8 @@ ...@@ -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();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论