Started integrating authorization services.

This commit is contained in:
Shannon
2013-06-17 01:06:31 +02:00
parent 9cc95aba0e
commit b50658121d
25 changed files with 276 additions and 80 deletions

View File

@@ -2,8 +2,10 @@
<div id="login" ng-show="!authenticated" ng-animate="'slide'" ng-cloak>
<div class="form" ng-cloak>
<h1>Happy {{today}}!, log in below</h1>
<div class="control-group"><input type="text" ng-model="login" class="input-xlarge" placeholder="Enter your username"/></div>
<div class="control-group"><input type="password" ng-model="password" class="input-xlarge" placeholder="Enter your password"/></div>
<div class="control-group">
<input type="text" ng-model="login" class="input-xlarge" placeholder="Enter your username" /></div>
<div class="control-group">
<input type="password" ng-model="password" class="input-xlarge" placeholder="Enter your password" /></div>
<input type="button" ng-click="signin()" class="btn" value="Login" />
</div>
</div>
</div>