- Notifications
You must be signed in to change notification settings - Fork1.2k
Update settings.html#2709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Update settings.html#2709
Uh oh!
There was an error while loading.Please reload this page.
Conversation
sending the form in changePassword function
How about doing the same as the login and sign up pages? ex:https://github.com/angular-fullstack/generator-angular-fullstack/blob/master/templates/app/client/app/account(auth)/login/login.html#L9 |
@Awk34 I think you've already done that? you are sending the form in the function, please point me if I'm wrong |
Take a look at this plunker:https://plnkr.co/edit/gmiLd1h7reY7XHLmbHgn?p=preview Using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
add#settingsForm="ngForm" to the<form> tag, and replacethis withsettingsForm in the(ngSubmit)
sending the form in changePassword function
generator-angular-fullstack$ npm test)