-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
33 lines (30 loc) · 928 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
System.config({
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js"
}
});
System.config({
"map": {
"angular": "github:angular/bower-angular@^1.3.3",
"angular-mocks": "github:angular/bower-angular-mocks@^1.3.3",
"angular-route": "github:angular/bower-angular-route@^1.3.3",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.13",
"text": "github:systemjs/plugin-text@^0.0.2",
"github:angular-ui/[email protected]": {
"angular": "github:angular/bower-angular@^1.3.2"
},
"github:angular/[email protected]": {
"angular": "github:angular/bower-angular@^1.3.0"
}
}
});
System.config({
"versions": {
"github:angular-ui/ui-router": "0.2.13",
"github:angular/bower-angular": "1.3.3",
"github:angular/bower-angular-mocks": "1.3.3",
"github:angular/bower-angular-route": "1.3.3",
"github:systemjs/plugin-text": "0.0.2"
}
});