@@ -1772,9 +1772,8 @@ define([ 'app/app' ], function(app) {
/**
* 左侧导航栏控制器
*/
- app.controller('leftNavCtrl', ["$scope", "toaster", function($scope, toaster){
+ app.controller('leftNavCtrl', ["$scope", "toaster", "$modal", "$rootScope", function($scope, toaster, $modal, $rootScope){
//安全设置提醒框
-
$scope.openHomeCenterModel = function() {
var modalInstance = $modal.open({
animation: true,