I'm a newbie to angularJs as I have converted my Static HTML site to angular facing the issue whenever I change the route I will have to reload the page in order to make things work. I've searched a lot about the issue and found that the issue is with the ready function
$(document).**ready**(function(){$('.clickerr').slick({});});
What should I do to make it work? I have tried a different solution, but haven't found the perfect answer.
I don't have anything in mind please give me a reasonable answer. Thank you