scotch-io / mean-machine-code

Code samples for the book: MEAN Machine
https://leanpub.com/mean-machine
MIT License
459 stars 228 forks source link

Chapter 17: Login to database fails again #28

Closed jgcoding closed 9 years ago

jgcoding commented 9 years ago

it appears issue #23 is active again. I read you added a new button but I don't see where this is on the view. 17-user-crm

chris-sev commented 9 years ago

Added the button and the create sample user api stuff. Try that now.

jgcoding commented 9 years ago

Please note, I am aware the casing on the fields are title-cased, this was merely the last few attempts. I had already tried with { 'name': 'Chris', 'username': 'chris', 'password': 'supersecret' }

jgcoding commented 9 years ago

ok, this now works again. issue can be closed.