Skip to content

Commit 25139c7

Browse files
committed
tech(update angularjs): updated angularjs to 1.5.9
1 parent f5809c0 commit 25139c7

29 files changed

+5536
-2680
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
],
1515
"dependencies": {
1616
"jquery": "~2.2.4",
17-
"angular": "~1.5.3",
18-
"angular-route": "~1.5.3",
19-
"angular-mocks": "~1.5.3",
20-
"angular-sanitize": "~1.5.3",
17+
"angular": "~1.5.9",
18+
"angular-route": "~1.5.9",
19+
"angular-mocks": "~1.5.9",
20+
"angular-sanitize": "~1.5.9",
2121
"angular-bindonce": "~0.3.3"
2222
}
2323
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "angular-mocks",
3-
"version": "1.5.3",
3+
"version": "1.5.9-build.5020+sha.0784977",
44
"license": "MIT",
55
"main": "./angular-mocks.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.5.3"
8+
"angular": "1.5.9-build.5020+sha.0784977"
99
},
1010
"homepage": "https://github.com/angular/bower-angular-mocks",
11-
"_release": "1.5.3",
11+
"_release": "1.5.9-build.5020+sha.0784977",
1212
"_resolution": {
1313
"type": "version",
14-
"tag": "v1.5.3",
15-
"commit": "319557fe710cecc11e12c772cc1abb8098d29ccb"
14+
"tag": "v1.5.9-build.5020+sha.0784977",
15+
"commit": "f390789bb409cabbcaec5e3d316e467c9df5863f"
1616
},
17-
"_source": "git://github.com/angular/bower-angular-mocks.git",
18-
"_target": "~1.5.3",
17+
"_source": "https://github.com/angular/bower-angular-mocks.git",
18+
"_target": "~1.5.9",
1919
"_originalSource": "angular-mocks"
2020
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Angular
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

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)