Hi all,
I'm new to Angular (and JS MVC in general) so this is probably going to be a dumb question:
All of the other bindings are working great, it's {{table.seats.length}} that I can't seem to get working. Is there a problem with my data structure? Or is it not possible to grab the length.
Sorry if I'm missing something, hopefully someone can point me in the right direction.
I basically need to output the total number of "seat" objects that each "table" has each time it iterates over the "tables" object...
Thank you.