Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Disable "My Votes (0)" button #139
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Apr 25, 2017
1 parent 625f7bd commit d933906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/delegates/delegates.pug
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ div.offline-hide
i.material-icons list
span Input Names
md-menu.pull-right.right-action-buttons
md-button.pull-right(ng-click='$mdOpenMenu()')
md-button.pull-right(ng-click='$mdOpenMenu()', ng-disabled='$ctrl.votedList.length == 0')
i.material-icons visibility
span My votes ({{$ctrl.votedList.length}})
md-menu-content(width='4')
Expand Down

0 comments on commit d933906

Please sign in to comment.