I am doing a $http.post()
action from my Angular controller to the server and I get the response as a JSON Object. I would like to pass that object in $state.go()
to redirect to another page. Does $state.go()
has any limitation regarding the amount of data that is kept in that object since that object will be appended to the url?
Asked
Active
Viewed 158 times
0

JavaUser
- 33
- 9
-
1That duplicate link isn't a good answer for this. – Reactgular Oct 15 '15 at 14:14
-
The links which you have provided as answer didn't answer my question.Please check those links once. – JavaUser Oct 16 '15 at 06:15