Skip to content

Commit 021948a

Browse files
committed
fix(category): enable button for tooltip
1 parent aae443a commit 021948a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/main/games/category/games-category.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<small class="muted">Click plus next to category sugestion to add it.</small>
1818
</div>
1919
<div flex></div>
20-
<md-button ng-if="!$ctrl.loading" ng-disabled="true">
20+
<md-button ng-if="!$ctrl.loading">
2121
<md-tooltip md-direction="bottom">This is cached value. It means it is not updated real-time.</md-tooltip>
2222
<span>{{$ctrl.total}} results</span>
2323
</md-button>

0 commit comments

Comments
 (0)