We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there ! Little "this" is missing on FormController, line 31 =>
if (!this.form.$valid) { this.$translate('INVALID_FORM').then(text => **this.**notification.log(text, { addnCls: 'humane-flatty-error' })); return false; }
instead of :
if (!this.form.$valid) { this.$translate('INVALID_FORM').then(text => notification.log(text, { addnCls: 'humane-flatty-error' })); return false; }
See you ! :)
Vincent.
The text was updated successfully, but these errors were encountered:
Hi, i think it's duplicity of #1028, so perhaps just wait for merge :)
Sorry, something went wrong.
Hi, It's correct ! Sorry for the duplicity !
No branches or pull requests
Hi there !
Little "this" is missing on FormController, line 31 =>
instead of :
See you ! :)
Vincent.
The text was updated successfully, but these errors were encountered: