Skip to content

Commit

Permalink
Update version && final fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Jul 27, 2017
1 parent 8dad6b4 commit d0e2bd9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The default New Tab is not Google enough ? Try Cardboard, Now with more Material

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

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

##Installation
Expand Down
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@
"tests"
],
"dependencies": {
"angular": "~1.6.4",
"angular-route": "~1.6.4",
"angular": "~1.6.5",
"angular-route": "~1.6.5",
"bluebird": "~2.9.34",
"angular-packery": "~1.0.4",
"materialize": "~0.99.0",
"moment": "~2.18.1",
"angular-animate": "~1.6.4",
"angular-animate": "~1.6.5",
"chrome-platform-analytics": "~1.3.0",
"ng-chrome-permissions": "virtual-dev/ng-chrome-permissions",
"packery": "^2.1.1",
"draggabilly": "^2.1.1"
},
"resolutions": {
"angular": "1.6.5"
}
}
5 changes: 5 additions & 0 deletions src/controllers/FeedCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Packery.prototype.getShiftPositions = function (attrName) {

Packery.prototype.initShiftLayout = function (positions, attr) {
if (!positions) {
//Unhide cards
this.items.forEach(function (item) {
if (item)
item.element.style.display = 'block';
});
// if no initial positions, run packery layout
this.layout();
return;
Expand Down
2 changes: 0 additions & 2 deletions wget-log

This file was deleted.

0 comments on commit d0e2bd9

Please sign in to comment.