Setting Up the Models

Learn how to set up the required models to implement the Header sub-application.

We'll cover the following...

We’re going to manage the menu in our header with a sub-application. It will control application switching but will also track the currently active application so its menu entry can be highlighted. All these features will be handled by manipulating Backbone models and without HTML data- attribute complexities. Instead, we’ll use the composite view ...