I am able to save the values in the cookie..however I still dont get how do i retrieve it while jumping back from one url to another. Ex:i have a url: (‘#/link/create’) where im creating this cookie..onclick of New Link..i need to navigate to another url ‘#/new-link/create’, enter few form fields on that page and when i hit the Save button- Save, it should take me back to this url: (‘#/link/create’)..when i navigate between pages, the data is gone ofcourse, how to save that data on the UI side???
