Fix ripple blocking login form

Fixes #3808
pull/220/head
Francis Lachapelle 2016-08-31 11:29:30 -04:00
parent 89329a0c78
commit c2a0994aed
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -12,6 +12,7 @@ Bug fixes
- [eas] properly generate the BusyStatus for normal events
- [eas] properly escape all email and address fields
- [web] restored functionality to save unknown recipient emails to address book on send
- [web] fixed ripple blocking the form when submitting no values (#3808)
- [core] strip protocol value from proxyAddresses attribute (#3182)
3.1.5 (2016-08-10)

View File

@ -97,7 +97,7 @@
</md-button>
<md-button class="md-fab md-accent md-hue-2" type="submit"
label:aria-label="Connect"
ng-disabled='app.loginForm.$invalid' sg-ripple-click="loginContent">
ng-disabled="loginForm.$invalid" sg-ripple-click="loginContent">
<md-icon>arrow_forward</md-icon>
</md-button>
</div>