From 715b67fdfed57fb47946c8ff912fbad814fa4556 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Wed, 22 Nov 2017 09:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E4=B8=80=E4=B8=8B=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/services/data-service.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/scripts/services/data-service.js b/public/scripts/services/data-service.js index fdc402f..8c49660 100644 --- a/public/scripts/services/data-service.js +++ b/public/scripts/services/data-service.js @@ -23,10 +23,10 @@ app.factory('dataService', [function() { title: '分类' }, { uiSref: 'note', - title: '备忘录' + title: '备忘' }, { uiSref: 'hot', - title: '热门收藏' + title: '热门' }, { uiSref: 'settings', title: '设置' @@ -39,10 +39,10 @@ app.factory('dataService', [function() { title: '首页' }, { uiSref: 'login', - title: '登录|注册' + title: '登录' }, { uiSref: 'hot', - title: '热门收藏' + title: '热门' }], animationIndex: 0, animation: function() {