Skip to content

Commit

Permalink
Create DualSelectController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsacnz authored Sep 14, 2017
1 parent 5895b65 commit 9eae071
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/aura/DualSelect/DualSelectController.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
({
moveLeftToRight : function(component,event, helper){
helper.moveItems(component,'left');
},
moveRightToLeft : function(component,event, helper){
helper.moveItems(component,'right');
},
})

0 comments on commit 9eae071

Please sign in to comment.