Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyamotodev123/33616acddb66c84d0537 to your computer and use it in GitHub Desktop.
Save miyamotodev123/33616acddb66c84d0537 to your computer and use it in GitHub Desktop.
<div class="col-sm-6 col-sm-offset-3">
<h1><span class="fa fa-sign-in"></span> Login</h1>
<div growl></div>
<!-- LOGIN FORM -->
<form ng-submit="login.login()" ng-controller="LoginControllerTwo as login">
<div class="form-group">
<label>Email</label>
<input type="text" class="form-control" ng-model="login.email">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment