Skip to content

Commit

Permalink
Modified the demo module so its actions are prefixed with the applica…
Browse files Browse the repository at this point in the history
…tion name
  • Loading branch information
jwbennet authored and athill committed May 24, 2017
1 parent dcdeb99 commit 6a6aa02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createAction, handleActions } from 'redux-actions';

//region Action Constants

const INCREMENT = 'demoapp/demo/INCREMENT';
const INCREMENT = '{{ name }}/demo/INCREMENT';

//endregion

Expand Down

0 comments on commit 6a6aa02

Please sign in to comment.