Advertisement
Guest User

login.html

a guest
Jan 9th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <div ng-controller="loginCtrl">
  2. <form action="/" id="myLogin">
  3. Username: <input type="text" id="username" ng-model="username"> <br>
  4. Password: <input type="password" id="password" ng-model="password"> <br>
  5. <button type="button" ng-click="submit()">Login</button>
  6. </form>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement