更换一下菜单说明
This commit is contained in:
parent
8552801023
commit
715b67fdfe
|
|
@ -23,10 +23,10 @@ app.factory('dataService', [function() {
|
||||||
title: '分类'
|
title: '分类'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'note',
|
uiSref: 'note',
|
||||||
title: '备忘录'
|
title: '备忘'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'hot',
|
uiSref: 'hot',
|
||||||
title: '热门收藏'
|
title: '热门'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'settings',
|
uiSref: 'settings',
|
||||||
title: '设置'
|
title: '设置'
|
||||||
|
|
@ -39,10 +39,10 @@ app.factory('dataService', [function() {
|
||||||
title: '首页'
|
title: '首页'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'login',
|
uiSref: 'login',
|
||||||
title: '登录|注册'
|
title: '登录'
|
||||||
}, {
|
}, {
|
||||||
uiSref: 'hot',
|
uiSref: 'hot',
|
||||||
title: '热门收藏'
|
title: '热门'
|
||||||
}],
|
}],
|
||||||
animationIndex: 0,
|
animationIndex: 0,
|
||||||
animation: function() {
|
animation: function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue