更换一下菜单说明

This commit is contained in:
luchenqun 2017-11-22 09:34:35 +08:00
parent 8552801023
commit 715b67fdfe
1 changed files with 4 additions and 4 deletions

View File

@ -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() {