You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I have an "activity" resource along with the standard GET/PUT/DELETE operations, the resource has metadata attached to it one example is "dates" (a list unique dates for all activities)
The current implementation of nsResource incorrectly interprets the return as an array of char arrays, when it should be an array of strings
Below is an example of the implementation using typeof.
It is in the then method of the $http({ call