Created
July 19, 2016 11:54
-
-
Save khannotations/b7f88602ac869f35954c84bbbc28ee45 to your computer and use it in GitHub Desktop.
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
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-md-4 col-md-offset-4"> | |
| <h1>HELLOOO!!</h1> | |
| <form ng-submit="signUpWithEmail()"> | |
| <input type="email" ng-model="newUser.email" class="form-control"> | |
| <input type="password" ng-model="newUser.password" class="form-control"> | |
| <input type="submit" value="Sign up!" class="btn btn-danger"> | |
| </form> | |
| <div class="btn btn-info btn-block" ng-click="signInWithFacebook()">Sign in with FB whatup</div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment