tinderjs / tinder-desktop

Use Tinder from your desktop, for Mac OS X, Microsoft Windows and Linux
https://tinderjsblog.herokuapp.com/
97 stars 25 forks source link

Hide Tinder plus features if user doesn't have tinder plus #87

Closed mayeaux closed 8 years ago

mayeaux commented 8 years ago

From what I understand, we still show Tinder Plus features in the UI even if the user doesn't have Tinder Plus. We should either expose that variable globally ( $rootScope.userHasTinderPlus ) or access the current user from the discovery settings page and conditionally show things with ng-show depending on whether user has Tinder Plus.