Created
August 31, 2018 19:29
-
-
Save ldmarz/274a28fd563d4b57a044bc97a914ab79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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