I have an HTML page, and inside one of its tags, I have a hard coded text (similar to a json format). I want to get this text and save it in an AngularJS scope variable, that I can parse and use dynamically in an other page.
So I want to know if is it doable with AngularJS? If yes, do you have any indication, which directive I can use?
Thank you.