修改一下导航栏

This commit is contained in:
luchenqun 2017-02-22 23:12:40 +08:00
parent 991eb4b7b6
commit 0c929ab742
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', 'pubSubService',
title: '首页' title: '首页'
}, { }, {
uiSref: 'login', uiSref: 'login',
title: '登录' title: '登录|注册'
}]; }];
$scope.myKeyup = function(e) { $scope.myKeyup = function(e) {