You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to access this.myForm in a controller method I get that it's undefined. I've also tried to name the form with $ctrl.myForm in the template but with no luck (base on the best answer in this question on SO)
I'm using webpack4 to compile.
The text was updated successfully, but these errors were encountered:
I have a form like:
And the controller like:
When I try to access
this.myForm
in a controller method I get that it'sundefined
. I've also tried to name the form with$ctrl.myForm
in the template but with no luck (base on the best answer in this question on SO)I'm using
webpack4
to compile.The text was updated successfully, but these errors were encountered: