|
@@ -34,7 +34,7 @@ App.MainServiceInfoMenuView = Em.CollectionView.extend({
|
|
|
|
|
|
activateView:function () {
|
|
|
$.each(this._childViews, function () {
|
|
|
- this.set('active', (this.get('content.routing') == 'summary' ? "active" : ""));
|
|
|
+ this.set('active', (document.URL.endsWith(this.get('content.routing')) ? "active" : ""));
|
|
|
});
|
|
|
},
|
|
|
|