Hi Cutey, a solution to this would be to call the validate method when the focus is on the login button.. not the best solution but this would fix the issue.
Checkout the following thread for more details : https://github.com/angular/angular.js/issues/1460 Some Password Managers are not raising the correct events so the validate method is not called. I have tested your site on Chrome/IE9/10/11 using LassPass and your login pages works great.. apart from me@you being a valid email :) Regards, Garry Taylor On Tuesday, 13 May 2014 18:25:02 UTC+1, cutey Love wrote: > > Hi, > > A few users are having an issue where my submit button is not active when > they fill forms in. > > http://www.jamballa.com/platform/#/login > > I'm not sure why or even how to look into fixing it. > > The code is super simple and works on all my devices > > button type="submit" class="btn btn-info" ng-click="login()" > ng-disabled="loginForm.$invalid">Sign in > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
