Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantFans/quantdigger
/ main.js
File
main.js
quantdigger/widgets/web/angular_sites/js/controllers/main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/** 定义全局变量的区域,通常与Body挂钩。 */
2
app.controller(
'ApplicationController'
,
3
[
'$scope'
,
'$rootScope'
,
'$http'
,
'USER_ROLES'
,
'AUTH_EVENTS'
,
'AuthService'
,
'Session'
,
4
function
($rootScope, $scope,$http,USER_ROLES,AuthService, AUTH_EVENTS, Session) {
Callers
nothing calls this directly
Calls
4
getCookie
Function · 0.85
put
Method · 0.80
get
Method · 0.80
$
Function · 0.50
Tested by
no test coverage detected