Skip to content

Instantly share code, notes, and snippets.

@niisar
Created February 8, 2016 14:26
Show Gist options
  • Select an option

  • Save niisar/e122059cb90797bb8345 to your computer and use it in GitHub Desktop.

Select an option

Save niisar/e122059cb90797bb8345 to your computer and use it in GitHub Desktop.
AngularJSAuthentication.WEB
<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