Wednesday 5 April 2017

How do you share data between controllers in Angular js?

Create an AngularJS service that will hold the data and inject it inside of the controllers.

Using a service is the cleanest, fastest and easiest way to test.

No comments:

Post a Comment