Created
February 8, 2016 14:24
-
-
Save niisar/ad4a30f66db1e52a32ee 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" 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