We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae443a commit 021948aCopy full SHA for 021948a
1 file changed
src/components/main/games/category/games-category.html
@@ -17,7 +17,7 @@
17
<small class="muted">Click plus next to category sugestion to add it.</small>
18
</div>
19
<div flex></div>
20
- <md-button ng-if="!$ctrl.loading" ng-disabled="true">
+ <md-button ng-if="!$ctrl.loading">
21
<md-tooltip md-direction="bottom">This is cached value. It means it is not updated real-time.</md-tooltip>
22
<span>{{$ctrl.total}} results</span>
23
</md-button>
0 commit comments