infrabel / themes-gnap

Standardized build to produce web themes for use with GNaP.
http://gnap.io/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Sidebar should render hrefs when it can #49

Open CumpsD opened 10 years ago

CumpsD commented 10 years ago

Currently the sidebar only renders ng-click to a select() method. This is done because the developer can do some interaction when he registers a click on a sidebar menu item.

We should detect if a state is registered (and no click), then we should add a ui-sref to it.

CumpsD commented 10 years ago

Same with breadcrumbs

sroosen commented 9 years ago

Should also support external URLs (target = _blank)