Closed thearabbit closed 8 years ago
You have to do if (this.isRendered()) {
.
But inside onRendered
, the component will be always rendered. Use isRendered
inside autoruns and other reactive contexts where you care if the component is rendered.
Thanks a lot.
I would like to check the template is rendered (view ready), and then init any jquery
Please help me.