2014-10-27 44 views
2

考慮下面的代碼:如何顯示網頁後閃通知重定向

Posts.update(currentPostId, {$set: postProperties}, function(error) { 
    if (error) { 
     // display the error to the user 
     alert(error.reason); 
    } else { 
     Router.go('postPage', {_id: currentPostId}); 
    } 
}); 

怎樣才能把下面的代碼,並添加顯示告知該項目已被更新被引導頂部的用戶一個提示信息新消息?

回答

3

你看過各種flash message packages嗎?

naxio:flash特別支持iron:router

+1

沒有意識到它可能是那麼容易與流星。這有用,謝謝。 – j0e 2014-10-27 03:10:12

+0

不客氣;流星的設計很簡單。如果該軟件包適合您,請[在Atmosphere中打開它](https://atmospherejs.com/naxio/flash)! – 2014-10-27 03:16:21