SyntaxFix
Write A Post
Hire A Developer
Questions
I found this link helpful
$scope.loadSkillTags = function (query) { var data = {qData: query}; return SkillService.querySkills(data).then(function(response) { return response.data; }); };