In-depth guide: Implement view model behaviour

Under “Let’s take a closer look at those properties:” the link " http://localhost:8080/api/cities?state=IL" is missing the “h” so it doesn’t load.

Can you send a pull request?

The docs seem fine. It has this line:

  • cities will return null if no state has been selected. Otherwise, it will load all the cities for a given state by sending state as a query paramater (which will make a request like http://localhost:8080/api/cities?state=IL)

Is there some processing that perhaps changes the url?