brandonkboswell / AngularBooter

A Simple Booter For Multipage Angular Sites.
51 stars 12 forks source link

Share data between two controllers #3

Closed cchacholiades closed 6 years ago

cchacholiades commented 9 years ago

I am trying to share information between two controllers. I think I can do so if I'll use angular.factory(). How can I create a factory with AngularBooter?

brandonkboswell commented 9 years ago

I haven't written code yet for Factories, but should be easy enough to do. Under the hood Factories and Services are the same thing, so I would recommend using Services until I have a minute to add factory code.