放开注册
This commit is contained in:
parent
d18abde892
commit
c9f6c71120
|
|
@ -24,8 +24,7 @@ app.factory('dataService', [function () {
|
|||
title: '备忘'
|
||||
}, {
|
||||
uiSref: 'hot',
|
||||
title: '热门',
|
||||
show: false
|
||||
title: '热门'
|
||||
}, {
|
||||
uiSref: 'settings',
|
||||
title: '设置'
|
||||
|
|
@ -41,8 +40,7 @@ app.factory('dataService', [function () {
|
|||
title: '登录'
|
||||
}, {
|
||||
uiSref: 'hot',
|
||||
title: '热门',
|
||||
show: false
|
||||
title: '热门'
|
||||
}],
|
||||
animationIndex: 0,
|
||||
animation: function () {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<img class="ui centered fluid image" src="./images/screenshot.gif">
|
||||
</form>
|
||||
|
||||
<div class="ui modal js-register" ng-if="false">
|
||||
<div class="ui modal js-register">
|
||||
<div class="header">
|
||||
账号注册
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue