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 has been archived by the owner on Apr 30, 2018. It is now read-only.
My server API return an object like this that i need to use for populating my select input:
i can handle this format with
ngOptions
, but even if this works, i get a warning in dev tools from apiCheck.You can see an example here (open your dev tools!):
I can fix that with a pull request simply changing the apiCheck for handling also objects instead of only arrays.
The text was updated successfully, but these errors were encountered: