You can use a Singleton class 'TransientStore', which will keep the data in 
a map as {key, value} pair to share between two different controller.

First controller will generate the value and put it in this TransientStore 
against a key. Second controller will pop up the value from this store 
using the same key and remove it.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to