duoshuo / airpub

a pure front-end blog engine powered by duoshuo API
http://airpub.io
MIT License
359 stars 41 forks source link

在文章页面点击头像, 会跳转到首页 #5

Closed iMuFeng closed 10 years ago

iMuFeng commented 10 years ago

http://airpub.io/#/article/1317492007005847585 点击右侧头像, 会跳转到 http://airpub.io/#/, 而不是直接提示 "你没有加入本站点"

guo-yu commented 10 years ago

是不是在头像还没出现的时候?这样就跳转去多说登录的页面。这个按钮其实有两处,可能是这里的 ng-cloak 没有奏效导致的

iMuFeng commented 10 years ago

头像已经显示了

guo-yu commented 10 years ago

我理解你的意思了。这里的判断逻辑确实是如果「没有加入本站点」就默认跳转去首页的

guo-yu commented 10 years ago

考虑到 $state 不支持查看 previous state,必须要通过监听 $rootScope 的广播事件来完成这个效果。。我感觉目前还是算了吧,折腾起来太麻烦。。