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