What I'm trying to build:
A page with two nav bars, one for color, one for letter. Clicking the color button will change one view to represent that color. Clicking the letter will make a different view represent that letter. A third view should have knowledge of both the color and letter. I also want to trigger an alert any time one of these states changes.
I don't want the colors or letters hardcoded. I want to reuse these templates, so I want to use a single template for the colors but change out what's in it based on certain colors.
The route would look like this: /room/{color}/{letter}
I'm having trouble finding any example that puts these pieces together. I still only vaguely understand the proper way to hand /room/{color}, but I have no idea to how to add /room/{color}/{letter}. Also, I'm confused on whether I should be user href or ui-sref.
Here's the closest I've been able to get: http://plnkr.co/edit/U7ugVfXfwUwtg7x0aBkT?p=preview