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 are custom directives?
Do you think that parent controller can access the methods of child controller or vice versa?
What is angular router and router module?
Explain ng-show directive angularjs?
What is npx?
What is angular routing?
What is pathlocationstrategy?
What is bootstrapping in angular js?
Is the jquery library used in angular?
What methods $resource service object support?
What is backend javascript?
What is isolate scope in angularjs?