diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-14 20:15:40 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-14 20:15:40 -0400 |
| commit | 667f6d688bdc4818feadde68c84ee690e150255a (patch) | |
| tree | c36eb6eb79c0d9dc09f8d40f35ba0afc4c37b0a5 /alias-angular/app/index.html | |
| parent | be91b58f33a5f3fb3f84392a5498f3188a3c7efa (diff) | |
| download | alias-667f6d688bdc4818feadde68c84ee690e150255a.tar.gz | |
some cleanups
Diffstat (limited to 'alias-angular/app/index.html')
| -rw-r--r-- | alias-angular/app/index.html | 2 |
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"> |
