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
I used this code in my view file: @{{myForm.myInput.$valid}}
@{{myForm.myInput.$valid}}
But I got the following error:
A PHP Error was encountered Severity: Notice Message: Undefined variable: valid Filename: libraries/Slice.php(519) : eval()'d code Line Number: 3 Backtrace: File: D:\xampp\htdocs\test\application\libraries\Slice.php(519) : eval()'d code Line: 3 Function: _error_handler File: D:\xampp\htdocs\test\application\libraries\Slice.php Line: 519 Function: eval File: D:\xampp\htdocs\test\application\libraries\Slice.php Line: 364 Function: _run File: D:\xampp\htdocs\test\application\controllers\Method.php Line: 20 Function: view File: D:\xampp\htdocs\test\index.php Line: 315 Function: require_once
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used this code in my view file:
@{{myForm.myInput.$valid}}
But I got the following error:
The text was updated successfully, but these errors were encountered: