ga-wdi-exercises/project4

Creating a nested element

Closed this issue · 3 comments

https://github.com/twelve13/budgeting
user has many accounts which have many withdrawals

Ok Andy helped me with the form and app.js, and I understand that for the index.js I need to navigate down through users, then accounts to access the withdrawals, but I just can't get the exact syntax down. Right now there are no errors being thrown in the console, but the new withdrawal doesn't save.

form:
https://github.com/twelve13/budgeting/blob/createuser/public/js/ng-views/dashboard.html#L28-L32

app.js
https://github.com/twelve13/budgeting/blob/createuser/public/js/app.js#L94-L104

index.js
https://github.com/twelve13/budgeting/blob/createuser/index.js#L60-L73

i think these are for another issue?

wheeee!! i looked at Whitney's issue (we have the same structure) and it works!!!! thanks!