Componente para acesso a api do backend e/ou comunicação entre controllers
- Source:
Methods
(inner) CommService(AuthService, $rootScope, $q)
Parameters:
Name | Type | Description |
---|---|---|
AuthService |
* | |
$rootScope |
* | |
$q |
* |
- Source:
(inner) emit(chanel, data)
Parameters:
Name | Type | Description |
---|---|---|
chanel |
* | |
data |
* |
- Source:
(inner) on(chanel, cb)
Parameters:
Name | Type | Description |
---|---|---|
chanel |
* | |
cb |
* |
- Source:
(inner) removeListener(chanel)
Parameters:
Name | Type | Description |
---|---|---|
chanel |
* |
- Source:
(inner) start()
- Source:
(inner) stop(chanel)
Parameters:
Name | Type | Description |
---|---|---|
chanel |
* |
- Source: