Yii 2.0 REST with AngularJS

Hi,

I need help integrating Yii REST with Angular

I got GET / LIST to work, but when I post with "Request Payload", the row gets created with only the ID PK.

I did include the JSONParser in my config

Do I need to do something with actionCreate in the ActiveController? Or does Yii 2.0 automatically uses the JSONParser’s parser?

Thanks!

RESOLVED: Thanks ezekielnoob