controllers refactor to handle identities

This commit is contained in:
Matias Alejo Garcia 2014-10-08 10:54:26 -03:00
commit 0b7e9be611
14 changed files with 190 additions and 227 deletions

View file

@ -17,9 +17,9 @@
<h1 class="text-white line-sidebar-b" translate >Login </h1>
<form name="loginForm" ng-submit="openProfile(loginForm)" novalidate>
<fieldset>
<label for="insight-livenet">Email</label>
<label for="email">Email</label>
<input type="text" ng-model="email" class="form-control" name="email">
<label for="insight-testnet">Password</label>
<label for="password">Password</label>
<input type="text" ng-model="password" class="form-control" name="password">
</fieldset>
<div class="text-right">