We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8958cd7 commit 79bc929Copy full SHA for 79bc929
src/app/games/list/game.list.pug
@@ -31,7 +31,6 @@ include ../../template/_mixins
31
//- no games
32
p(ng-show="!vm.games.length && !vm.status.loading && !vm.status.offline") No games found.
33
34
-
35
//- content
36
.row.ng-cloak
37
.fade2-animation
@@ -44,12 +43,9 @@ include ../../template/_mixins
44
43
label.label--subtitle {{ game.manufacturer }} · {{ game.year }}
45
46
//- pagination
47
- .pull-right(ng-show="vm.games.length > 6")
+ .pull-right(ng-if="vm.games.length > 6")
48
+paginator('vm.pagination', 'vm.paginate')
49
- .clearfix(ng-if="vm.releases.length > 6")
50
- .div.padder-top-less(ng-if="vm.releases.length > 6")
51
52
- .content-end
+ .content-end
53
54
//- right side menu
55
.col-sm-3.col--menu
0 commit comments