SHARE
TWEET

Untitled

a guest May 17th, 2016 75 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div class="alert alert-danger" ng-show="controller.error">
  2.     There was a problem logging in. Please try again.
  3. </div>
  4.  
  5. <form role="form" ng-submit="controller.login()">
  6.  
  7.     <div class="form-group">
  8.         <label for="username">Username:</label>
  9.         <input type="text" class="form-control" id="username" name="username" ng-model="controller.credentials.username"/>
  10.     </div>
  11.    
  12.     <div class="form-group">
  13.         <label for="password">Password:</label>
  14.         <input type="password" class="form-control" id="password" name="password" ng-model="controller.credentials.password"/>
  15.     </div>
  16.    
  17.     <button type="submit" class="btn btn-primary">Submit</button>
  18.    
  19. </form>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top