allow overriding the angular serializer with serializer: "json"
This commit is contained in:
@ -92,7 +92,8 @@ Transport.connectionPools = {
|
||||
};
|
||||
|
||||
Transport.serializers = {
|
||||
json: require('./serializers/json')
|
||||
json: require('./serializers/json'),
|
||||
angular: require('./serializers/angular')
|
||||
};
|
||||
|
||||
Transport.nodesToHostCallbacks = {
|
||||
|
||||
Reference in New Issue
Block a user