Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save niisar/ad4a30f66db1e52a32ee to your computer and use it in GitHub Desktop.
AngularJSAuthentication.WEB
<input type="text" placeholder="Username" data-ng-model="loginData.userName" required autofocus>
<input type="password" placeholder="Password" data-ng-model="loginData.password" required>
<button type="button" data-ng-click="login()">Login</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment