Last active
November 21, 2016 02:11
-
-
Save jrmcdona/36e01571df9fa3521a413ae47cda47a8 to your computer and use it in GitHub Desktop.
ionic view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body ng-app="pin"> | |
<ion-nav-bar hide-nav-bar="true"></ion-nav-bar> | |
<ion-view view-title="Login" hide-nav-bar="true"> | |
<ion-content ng-controller="LoginController"> | |
<br/><br/><br/><br/> | |
<div class="row"> | |
<div class="col"></div> | |
<div class="col col-75"><a class="btn btn-block btn-social btn-lg btn-facebook" ng-click="facebookSignIn();"><i class="fa fa-facebook social-icon"></i>Sign in with Facebook</a></div> | |
<div class="col"></div> | |
</div> | |
<div class="row"> | |
<div class="col"></div> | |
<div class="col col-75"><a class="btn btn-block btn-social btn-lg btn-google" ng-click="googleSignIn();"><i class="fa fa-google social-icon"></i>Sign in with Google</a></div> | |
<div class="col"></div> | |
</div> | |
<div style="width: 75%;text-align: center"> | |
</ion-content> | |
</ion-view> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment