Skip to content

Instantly share code, notes, and snippets.

@philipszdavido
Created September 18, 2017 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipszdavido/bdbd340f97f771ab06b26859d905c2b2 to your computer and use it in GitHub Desktop.
Save philipszdavido/bdbd340f97f771ab06b26859d905c2b2 to your computer and use it in GitHub Desktop.
<li><a (click)="upVoteArticle($event)" href="javascript:void(0);" class="link-black btn btn-sm btn-success"><i class="fa fa-thumbs-o-up margin-r-5"></i> Upvote</a></li>
<li><a (click)="downVoteArticle($event)" href="javascript:void(0);" class="link-black btn btn-danger btn-sm"><i class="fa fa-thumbs-o-down margin-r-5"></i> Downvote</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment