I have a controller and a view.View contains three drop down's and table. All the drop down's are dynamic, once the dropdown1 is selected based the value selected REST call is made to fetch dropdown2 values,controller contains calls to fetch required details.
<https://lh3.googleusercontent.com/-8GDm2f1gcx4/WA75sc_XbYI/AAAAAAAAAuI/VRFcqdfunG8n7ZT2-LwqLkGVeZzl5jc0gCLcB/s1600/Page.PNG> Once all the drop down's have been selected.On click of search the table would be populated with the values.URL should be changed and table should be populated with the values. When user bookmarks the URL uses and next time when the URL is opened all the drop down's and table should be populated automatically. URL - http://localhost:8080/sample/#/home?dropdown1=abc&dropdown2=xyz&dropdown2=value I am not getting idea how to achieve this Is there anyway to achieve this using angular UI router based on certain condition? -- You received this message because you are subscribed to the Google Groups "Angular" 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.
