首页不显示
This commit is contained in:
parent
c9fa1add85
commit
6967bcee7a
|
|
@ -5,4 +5,5 @@ app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '
|
|||
return;
|
||||
}
|
||||
pubSubService.publish('Menus.active');
|
||||
$state.go('tags');
|
||||
}]);
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ app.factory('dataService', [function () {
|
|||
|
||||
loginMenus: [{
|
||||
uiSref: 'bookmarks',
|
||||
title: '导航'
|
||||
title: '导航',
|
||||
show: false
|
||||
}, {
|
||||
uiSref: 'tags',
|
||||
title: '分类'
|
||||
|
|
|
|||
Loading…
Reference in New Issue