joemfb / ml-common-ng

An angular module of common components for the MarkLogic REST API
https://joemfb.github.io/ml-common-ng/
2 stars 2 forks source link

object2Array doesn't check if input really is an object.. #23

Open grtjn opened 8 years ago

grtjn commented 8 years ago

Can we wrap it in an if (angular.isObject(input)) { .. } else { out = input; } return out;?