debugService

AngularJS Service used to check if debug mode is enabled and get various options from the debug config file.

Methods

(static) enabled() → {boolean}

Check if debug mode is enabled.

Source:
Returns:
Type:
boolean

(static) use(key) → {boolean}

Check whether a debugData use property is set

Source:
Parameters:
Name Type Description
key string
Returns:
Type:
boolean

(static) get(key) → {*}

Get a value from debugData

Source:
Parameters:
Name Type Description
key string
Returns:
Type:
*