zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

Fixes transition to new API version #119

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

Prior to this patch, selecting an API version using the dropdown next to the API would update the sidebar, but not transition to the API dashboard for that version.

This patch updates the logic to do so, by issuing a ui-router state transition after the sidebar is updated.