Exemplo n.º 1
0
		.then(function() {
			NotificationActions.notify('Character Saved!');
			NavigationActions.changeUrl(URL.page.character.index);
		})
Exemplo n.º 2
0
		.receive('error', () => {
			NavigationActions.changeUrl(URL.page.campaign.index);
			NotificationActions.notify('Could not join the session');
		});