refactored AvatarService

This commit is contained in:
alecmerdler 2017-03-06 00:02:57 -08:00
parent 7b35c0c0d5
commit ff6673fb07
8 changed files with 177 additions and 55 deletions

View file

@ -9,14 +9,14 @@ describe("Service: PageServiceImpl", () => {
});
describe("create", () => {
// TODO
});
describe("get", () => {
// TODO
});
describe("$get", () => {
// TODO
});
});