Skip to content

Commit

Permalink
Step 17.12: Create FacebookPage View
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Oct 16, 2017
1 parent 2c57869 commit 13baaf9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/pages/login/facebook.html
@@ -0,0 +1,23 @@
<ion-header>
<ion-navbar color="whatsapp">
<ion-title>Link with Facebook</ion-title>

<ion-buttons end>
<button ion-button class="done-button" (click)="cancel()">Cancel</button>
</ion-buttons>
</ion-navbar>
</ion-header>

<ion-content padding class="login-page-content">
<div class="instructions">
<div>
You can link your account with Facebook to chat with more friends.
</div>
<br>
<ion-item>
<ion-buttons>
<button ion-button (click)="linkFacebook()">Login with Facebook</button>
</ion-buttons>
</ion-item>
</div>
</ion-content>

0 comments on commit 13baaf9

Please sign in to comment.