GUAC-1053 Fixed problems highlighted in pull request comments.

This commit is contained in:
James Muehlner
2015-04-22 22:52:23 -07:00
parent c2b2302708
commit 8e3e27b8cd
5 changed files with 10 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ angular.module('rest').factory('languageService', ['$injector',
token : authenticationService.getCurrentToken()
};
// Retrieve available protocols
// Retrieve available languages
return $http({
cache : cacheService.languages,
method : 'GET',