aboutsummaryrefslogtreecommitdiffstats
path: root/alias-angular/app/index.html
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-04-14 20:15:40 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-04-14 20:15:40 -0400
commit667f6d688bdc4818feadde68c84ee690e150255a (patch)
treec36eb6eb79c0d9dc09f8d40f35ba0afc4c37b0a5 /alias-angular/app/index.html
parentbe91b58f33a5f3fb3f84392a5498f3188a3c7efa (diff)
downloadalias-667f6d688bdc4818feadde68c84ee690e150255a.tar.gz
some cleanups
Diffstat (limited to 'alias-angular/app/index.html')
-rw-r--r--alias-angular/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias-angular/app/index.html b/alias-angular/app/index.html
index 7e78845..d3d1bf5 100644
--- a/alias-angular/app/index.html
+++ b/alias-angular/app/index.html
@@ -9,7 +9,7 @@
<form ng-submit="login()" ng-controller="ConnectCtl">
Username: <input type="text" ng-model="username"/>
Password: <input type="password" ng-model="password"/>
- <input type="submit" value="Login" ng-disabled="!username"/>
+ <input type="submit" value="Login" ng-disabled="!username || !password"/>
</form>
<div id="roster" ng-controller="RosterCtl">