What is Angular Prefixes $ and $$?
Answer / chaitanya
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.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is AngularJS?
Can we use the open-source closure library with angular?
What is dependency injection and how does it work?
What are event emitters?
How to use {}, [], [] and [()] in template using angular2?
Define factory method in angularjs.
What is the difference between link and compile in angular.js?
Explain module in AngularJS?
How does a shaking tree work?
Explain Authentication and Authorization?
What are the attributes that can be used during the creation of a new angularjs directives?
What are the basic steps to unit test an angularjs filter?