OpenWaterFoundation / owf-app-infomapper-ng

Open Water Foundation InfoMapper web application for menu-driven maps and visualizations, using Angular
GNU General Public License v3.0
1 stars 2 forks source link

Refactor Tab Component template file #427

Closed Nightsphere closed 2 years ago

Nightsphere commented 2 years ago

The HTML setting up the menus has been convoluted and unnecessarily verbose for a while now. It can be refactored in a way that keeps the code DRY and will be much easier on the eyes by using Angular data binding.

Nightsphere commented 2 years ago

The refactoring has been completed, and is much more manageable now. Closing this issue.