bhdouglass / uappexplorer

Moved to GitLab
https://gitlab.com/bhdouglass/uappexplorer
GNU General Public License v3.0
42 stars 5 forks source link

Can't open app in new tab #12

Closed Nevon closed 9 years ago

Nevon commented 9 years ago

In apps.html:14:

<div class="list-group-item clickable" ng-click="$state.go('app', {name: app.name})">

If you middle-click on an app in the list, a new tab will be opened with the app. However, the original tab also navigates to the app.

This makes it troublesome to browse through the apps. Ideally, I'd like the listing to work just the same way as regular links do.

bhdouglass commented 9 years ago

@Nevon a valid point, I've changed them to work like actual links. Let me know if you have any issues with them!