Skip to content

Commit e95170e

Browse files
committed
tech(angularjs): upgrade to angularjs 1.5
1 parent 71d718a commit e95170e

25 files changed

+3796
-2069
lines changed

bower.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414
],
1515
"dependencies": {
1616
"jquery": "~2.1.4",
17-
"angular": "~1.4.3",
18-
"angular-route": "~1.4.3",
19-
"angular-mocks": "~1.4.3",
20-
"angular-sanitize": "~1.4.3",
21-
"angular-native-dragdrop": "~1.1.1",
22-
"angular-bindonce": "~0.3.3",
23-
"requirejs": "~2.1.18",
24-
"requirejs-text": "~2.0.14"
17+
"angular": "~1.5.0",
18+
"angular-route": "~1.5.0",
19+
"angular-mocks": "~1.5.0",
20+
"angular-sanitize": "~1.5.0",
21+
"angular-bindonce": "~0.3.3"
2522
}
2623
}

public/app/require_config.js

Lines changed: 0 additions & 91 deletions
This file was deleted.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "angular-mocks",
3-
"version": "1.4.3",
3+
"version": "1.5.0-rc.0",
44
"main": "./angular-mocks.js",
55
"ignore": [],
66
"dependencies": {
7-
"angular": "1.4.3"
7+
"angular": "1.5.0-rc.0"
88
},
99
"homepage": "https://github.com/angular/bower-angular-mocks",
10-
"_release": "1.4.3",
10+
"_release": "1.5.0-rc.0",
1111
"_resolution": {
1212
"type": "version",
13-
"tag": "v1.4.3",
14-
"commit": "7e3beec84afceeb060a3c6def0d7ca965727851c"
13+
"tag": "v1.5.0-rc.0",
14+
"commit": "aaa4993ea1fa4aac97953d65bcaeb5f6eda6f113"
1515
},
1616
"_source": "git://github.com/angular/bower-angular-mocks.git",
17-
"_target": "~1.4.3",
17+
"_target": "~1.5.0",
1818
"_originalSource": "angular-mocks"
1919
}

0 commit comments

Comments
 (0)