function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
<Saket><Saket> 

Angular js how to use in Custom VF Component and use any number of times in one page

I am creating a custom generic Look Up Visualforce Component from Lightning SLDS using Angular JS. The problem I am facing is when I am calling component multiple times in one visual force page it's not working properly. calling single time working perfectly. I also take care of rendering js, for example, function name I appended a unique number which is passed from VF directly so all the function which is getting rendered is unique which you call component time in a page.

Please suggest me a solution.

Thanks 
Saket Sharma