公告板
版本库
filestore
活动
搜索
登录
jmyPay
/
Ruoyi-Cloud-Plus
四方支付旧框架升级
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
xuekang
2024-05-10
edf3b7fde038fcf3e6d86b8b4b88c2ff6f9014cf
[jmyPay/Ruoyi-Cloud-Plus.git]
/
ruoyi-visual
/
ruoyi-sentinel-dashboard
/
src
/
main
/
webapp
/
resources
/
app
/
scripts
/
controllers
/
main.js
1
2
3
4
5
6
7
8
9
10
/**
* @ngdoc function
* @name sentinelDashboardApp.controller:MainCtrl
* @description
* # MainCtrl
* Controller of the sentinelDashboardApp
*/
angular.module('sentinelDashboardApp')
.controller('DashboardCtrl', ['$scope', '$position', function ($scope, $position) {
}]);