Members
(constant) badWordList :Object
AngularJS constant storing a list of bad words for the filter service
- Source:
- See:
Type:
-
Object
(constant) debugData :Object
AngularJS constant storing debug settings for when debug is enabled in the envService.
The use
properties toggle options. Below them are more specific information
related to the toggle or new options.
- Source:
- See:
Type:
-
Object
(constant) gameConfig :Object
AngularJS constant storing base config information for the game.
- Source:
- See:
Type:
-
Object
Type Definitions
$httpCallback(response) → {*}
A callback for handling AngularJS $http service responses.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
response |
Object
|
An AngularJS $http service response object. |
Returns:
- Type:
-
*
any value that may be passed into a Promise chain.
$httpDataCallback(data) → {*}
A callback for handling AngularJS $http service responses (response data only).
- Source:
Parameters:
Name | Type | Description |
---|---|---|
data |
Object
|
The |
Returns:
- Type:
-
*
any value that may be passed into a Promise chain.
InstructorStateObject
An object containing the previous and current instructor states.
Properties:
Name | Type | Description |
---|---|---|
previousInstructorState |
Object
|
|
currentInstructorState |
Object
|
- Source:
Type:
-
Object