Custom URL resolution - KUIB 3.0 AngularJS

Posted by chamberlen.betat@mckee.com on 12-Sep-2018 09:35

Hi, I am using KUIB 3.0 with the AngularJS framework. I am needing to display different data on a view when a user goes to a url that specifies what they want to see. Say I have a view at http://localhost:4200/#!/module/weather/monthly-details and I want to have a link that the user can click on to view the weather for the month of July. I am wanting to provide a link that looks like http://localhost:4200/#!/module/weather/monthly-details=July and just modify the AngularJS routing to parse after the '=' to get me the 'July' text, with which I can then only show the weather for the month of July. How do I go about doing this? 

Any help would be greatly appreciated, thanks!

All Replies

This thread is closed