Last active
August 29, 2015 14:24
-
-
Save gearsdigital/0df212c86cf1a2c1f127 to your computer and use it in GitHub Desktop.
This file contains 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
this.getCategory = function(){ | |
//2. use async : test key input is idMenu | |
me.listCategory = async.map([1], helper.categoryInMenu, function(err, result){ | |
return result; | |
}); | |
return me.listCategory; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i try