What is Angular’s prefixes $ ? Technology Community › Category: AngularJS › What is Angular’s prefixes $ ? 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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.