fix(users): remove TODO

This commit is contained in:
OldHawk
2017-09-08 14:06:59 +08:00
parent 01b5789559
commit a74f768a00

View File

@@ -77,7 +77,7 @@
return Users;
}
// TODO this should be Users service
// this should be Users service
angular
.module('users.admin.services')
.factory('AdminService', AdminService);