[Progress Communities] [Progress OpenEdge ABL] Forum Post: Custom URL resolution - KUIB 3.0 AngularJS

  • Thread starter Thread starter chamberlen.betat@mckee.com
  • Start date Start date
Status
Not open for further replies.
C

chamberlen.betat@mckee.com

Guest
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!

Continue reading...
 
Status
Not open for further replies.
Back
Top