Hi Sandeep,
That is not how angular works. The `this.secAppObj = new secApp();` is creating an object in memory and has no relation to your view. If you want to communicate with 2 different apps, you have to use something else. Perhaps localStorage might help you there. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
