How can I access signatures of, say 0 or 1 in the picture.
I know I can get to values by objname.$$state.value which returns the [[], []], but how can I access say the signatures?
The list shown is what comes up if I click the Object shown in the console by console.log(objname);, Also, objname is a AngularJS deferred promise object I returned.
