How to share information between controllers in AngularJS?
Answer / chaitanya
There are various different ways to share data between controllers in an AngularJS app. The most commonly used are Scope, Service, Factory and Providers.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to add rows in angular js?
What is ng-app directive in angularjs?
What is buffer (window storage)?
How many types of data binding directives are provided by angularjs?
Do you think that parent controller can access the methods of child controller or vice versa?
Why we need angular services?
Does angular js depends on jquery library?
What is dom manipulation in angular?
How to upgrade angular 7 to 8?
Explain jquery selector?
Explain angular elements?
How to make an ajax call using angular js?