Skip to content

Commit

Permalink
Merge pull request sahat#642 from bducharme/patch-1
Browse files Browse the repository at this point in the history
small copy and paste error
  • Loading branch information
sahat committed Nov 11, 2015
2 parents 0210f51 + d84a05b commit 5b6e389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/client/partials/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
<i class="ion-social-github"></i> Link GitHub Account
</button>

<button class="btn btn-sm btn-danger" ng-if="user.github" ng-click="unlink('instagram')">
<button class="btn btn-sm btn-danger" ng-if="user.instagram" ng-click="unlink('instagram')">
<i class="ion-social-instagram"></i> Unlink Instagram Account
</button>
<button class="btn btn-sm btn-primary" ng-if="!user.github" ng-click="link('instagram')">
<button class="btn btn-sm btn-primary" ng-if="!user.instagram" ng-click="link('instagram')">
<i class="ion-social-instagram"></i> Link Instagram Account
</button>

Expand Down

0 comments on commit 5b6e389

Please sign in to comment.