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
Yes, I have noticed afterwards that issue #257 is probably related. The workaround also worked for me, and then I can access the attributes using result.__get('key.1').
A fix for this would be great.
Thank you
My rest service return a map of key-value pairs. The key may contain dots. If I try to access this with can.Model an exception is thrown:
If I remove the dots it works. Here's an example of the JSON message which leads to the error:
Any idea if this is a CanJS bug or how I could solve this problem?
The text was updated successfully, but these errors were encountered: