mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
- Update ng-table to master.
- Device list icon view works now.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
module.exports = function UserServiceFactory($http) {
|
||||
var userService = {
|
||||
}
|
||||
var userService = {}
|
||||
|
||||
userService.user = (function () {
|
||||
var userPromise = $http.get('/api/v1/user')
|
||||
|
||||
Reference in New Issue
Block a user