(function ($app) { $app.module('ylmis').controller('oldSysteamCtrl', function ($scope, $rootScope, $http, $filter, $modal, $ocLazyLoad, $alert, $loading, $state, AuthUser, $bsRouterState) { $scope.htmlResource = $rootScope.htmlResource; //加载列表数据 $scope.loadData = function () { window.open($scope.htmlResource.OldSysteamUrl); $bsRouterState.$closeTabName("home.settings_oldsysteam"); }; $scope.loadData(); }); })(angular);