Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantFans/quantdigger
/ config.js
File
config.js
quantdigger/widgets/web/angular_sites/js/config/config.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
app = angular.module(
"app"
, [
"ui.router"
,
"restangular"
,
"ngAnimate"
,
"shop"
]);
2
app.config(
function
($interpolateProvider) {
3
$interpolateProvider.startSymbol(
"{["
);
4
$interpolateProvider.endSymbol(
"]}"
);
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected