UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

15 lines (10 loc) 287 B
class UserService extends Nodulator.Service 'user', '$http', '$window', 'socket' current: null Init: -> if __user.id? @current = __user Logout: -> @$http.post('/api/1/users/logout') .success (data) -> @$window.location.href = '/' UserService.Init()