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