Skip to content

Instantly share code, notes, and snippets.

@ldmarz
Created August 31, 2018 19:29
Show Gist options
  • Save ldmarz/274a28fd563d4b57a044bc97a914ab79 to your computer and use it in GitHub Desktop.
Save ldmarz/274a28fd563d4b57a044bc97a914ab79 to your computer and use it in GitHub Desktop.
goUpIndex() {
this.$ngRedux.dispatch({ type: GOUP});
}
setElements(elements) {
this.$ngRedux.dispatch({ type: ELEMENTS, elements });
}
goDownIndex() {
this.$ngRedux.dispatch({ type: GODOWN });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment