-
Notifications
You must be signed in to change notification settings - Fork 143
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It won't work with default "$ctrl" in component view #96
Comments
@srokatonie, did you use 1.5 component in your case? |
@vlio20 Yes, Angular 1.5.7 |
Thanks a lot! It works! :) |
Being forced to use |
@srokatonie, why did you close it? |
why close?? |
Stumbled again upon this 😞 |
I was not declaring
controllerAs
in my component and using default$ctrl
in template.sv-root
would be just empty div.After couple of hours I discovered that you have to use
controllerAs: 'something'
and use it in your template in order to have this directive working.Hope that helps someone.
The text was updated successfully, but these errors were encountered: