Skip to content

Commit 2146e69

Browse files
committed
revert angularjs upgrade
1 parent fffa26b commit 2146e69

File tree

179 files changed

+138305
-5532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+138305
-5532
lines changed

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"tests"
1414
],
1515
"dependencies": {
16-
"jquery": "~3.1.0",
17-
"angular": "~1.5.9",
18-
"angular-route": "~1.5.9",
19-
"angular-mocks": "~1.5.9",
20-
"angular-sanitize": "~1.5.9",
21-
"angular-native-dragdrop": "~1.2.2",
22-
"angular-bindonce": "~0.3.3"
16+
"jquery": "3.1.0",
17+
"angular": "1.5.3",
18+
"angular-route": "1.5.3",
19+
"angular-mocks": "1.5.3",
20+
"angular-sanitize": "1.5.3",
21+
"angular-native-dragdrop": "1.2.2",
22+
"angular-bindonce": "0.3.3"
2323
}
2424
}

public/vendor/angular-bindonce/.bower.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"tag": "0.3.3",
3131
"commit": "0fcf71e6effc88179893c9c06baf6c6bf9037632"
3232
},
33-
"_source": "git://github.com/Pasvaz/bindonce.git",
34-
"_target": "~0.3.3",
35-
"_originalSource": "angular-bindonce",
36-
"_direct": true
33+
"_source": "https://github.com/Pasvaz/bindonce.git",
34+
"_target": "0.3.3",
35+
"_originalSource": "angular-bindonce"
3736
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "angular-mocks",
3-
"version": "1.5.9-build.5020+sha.0784977",
3+
"version": "1.5.3",
44
"license": "MIT",
55
"main": "./angular-mocks.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.5.9-build.5020+sha.0784977"
8+
"angular": "1.5.3"
99
},
1010
"homepage": "https://github.com/angular/bower-angular-mocks",
11-
"_release": "1.5.9-build.5020+sha.0784977",
11+
"_release": "1.5.3",
1212
"_resolution": {
1313
"type": "version",
14-
"tag": "v1.5.9-build.5020+sha.0784977",
15-
"commit": "f390789bb409cabbcaec5e3d316e467c9df5863f"
14+
"tag": "v1.5.3",
15+
"commit": "319557fe710cecc11e12c772cc1abb8098d29ccb"
1616
},
1717
"_source": "https://github.com/angular/bower-angular-mocks.git",
18-
"_target": "~1.5.9",
18+
"_target": "1.5.3",
1919
"_originalSource": "angular-mocks"
2020
}

public/vendor/angular-mocks/LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

public/vendor/angular-mocks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can `require` ngMock modules:
2020
var angular = require('angular');
2121
angular.module('myMod', [
2222
require('angular-animate'),
23-
require('angular-mocks/ngMock'),
23+
require('angular-mocks/ngMock')
2424
require('angular-mocks/ngAnimateMock')
2525
]);
2626
```

0 commit comments

Comments
 (0)