Skip to content

Commit d0e2bd9

Browse files
committed
Update version && final fix.
1 parent 8dad6b4 commit d0e2bd9

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The default New Tab is not Google enough ? Try Cardboard, Now with more Material
55

66
[Google + page](https://plus.google.com/115967816314012668475/about)
77

8-
v2.0
8+
v2.1
99
![Cardboard Material](https://cloud.githubusercontent.com/assets/1891109/6474276/b2bddb98-c1ff-11e4-8d9b-1ed6f0593929.png)
1010

1111
##Installation

bower.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@
3131
"tests"
3232
],
3333
"dependencies": {
34-
"angular": "~1.6.4",
35-
"angular-route": "~1.6.4",
34+
"angular": "~1.6.5",
35+
"angular-route": "~1.6.5",
3636
"bluebird": "~2.9.34",
3737
"angular-packery": "~1.0.4",
3838
"materialize": "~0.99.0",
3939
"moment": "~2.18.1",
40-
"angular-animate": "~1.6.4",
40+
"angular-animate": "~1.6.5",
4141
"chrome-platform-analytics": "~1.3.0",
4242
"ng-chrome-permissions": "virtual-dev/ng-chrome-permissions",
4343
"packery": "^2.1.1",
4444
"draggabilly": "^2.1.1"
45+
},
46+
"resolutions": {
47+
"angular": "1.6.5"
4548
}
4649
}

src/controllers/FeedCtrl.js

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Packery.prototype.getShiftPositions = function (attrName) {
1313

1414
Packery.prototype.initShiftLayout = function (positions, attr) {
1515
if (!positions) {
16+
//Unhide cards
17+
this.items.forEach(function (item) {
18+
if (item)
19+
item.element.style.display = 'block';
20+
});
1621
// if no initial positions, run packery layout
1722
this.layout();
1823
return;

wget-log

-2
This file was deleted.

0 commit comments

Comments
 (0)