What is Angular Prefixes $ and $$?

 Posted by Allemahesh on 10/26/2015 | Category: AngularJS 1x Interview questions | Views: 5286 | Points: 40
Answer:

To prevent accidental name collisions with your code, Angular prefixes names of public objects with $ and names of private objects with $$. So, do not use the $ or $$ prefix in your code.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response