Slide 47
Slide 47 text
One upside of this application’s MVC model, everything is attached to the window.app object. Let’s start by querying the app object.
-> app
Routers, pages, views, controllers…. models, we want models.
->app.models
Weapons or CartItems? Weapons I think
->app.models.weapons
Ok, this looks like the weapons manager. It has 25 items. Problem the individual weapons…
->app.models.weapons.items
Yep, there they are