angular小技巧随笔

1. 重新刷新页面

同页面切换状态:

$state.go('tab.index', {inviteId:inviteId});

self.location.reload();