Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
[#85] remove href de span no template de share
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Dec 20, 2016
1 parent 5e24c40 commit 3e7677d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/components/share/templates/share.template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
Share:
<span href data-ng-click="vc.vm.openShareWindow('twitter', vc.post)">Twitter</span>
<span href data-ng-click="vc.vm.openShareWindow('facebook', vc.post)">Facebook</span>
<span href data-ng-click="vc.vm.openShareWindow('gplus', vc.post)">Google+</span>
<span data-ng-click="vc.vm.openShareWindow('twitter', vc.post)">Twitter</span>
<span data-ng-click="vc.vm.openShareWindow('facebook', vc.post)">Facebook</span>
<span data-ng-click="vc.vm.openShareWindow('gplus', vc.post)">Google+</span>
</div>

0 comments on commit 3e7677d

Please sign in to comment.