Created
February 8, 2016 14:26
-
-
Save niisar/e122059cb90797bb8345 to your computer and use it in GitHub Desktop.
AngularJSAuthentication.WEB
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
| <input type="text" class="form-control" placeholder="Username" data-ng-model="registration.userName" required autofocus> | |
| <input type="password" class="form-control" placeholder="Password" data-ng-model="registration.password" required> | |
| <input type="password" class="form-control" placeholder="Confirm Password" data-ng-model="registration.confirmPassword" required> | |
| <button class="btn btn-lg btn-info btn-block" type="button" data-ng-click="signup()">Submit</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment