Commit 41882f0b by Johannes Edmeier

Fix broken highlighting of active tab

parent 900c53a9
......@@ -30,7 +30,8 @@ module.exports = function ($state, $q) {
var appView = {
order: view.order,
show: view.show || true,
title: view.title
title: view.title,
state: 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