Commit 91b925d0 by Johannes Edmeier

Fix broken highlighting of active tab

parent 48de83ca
...@@ -30,7 +30,8 @@ module.exports = function ($state, $q) { ...@@ -30,7 +30,8 @@ module.exports = function ($state, $q) {
var appView = { var appView = {
order: view.order, order: view.order,
show: view.show || true, show: view.show || true,
title: view.title title: view.title,
state: view.state
}; };
if (view.state) { if (view.state) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment