I need a binding done on my master page, but I also have bindings on my views.
Knockout does not allow for multiple bindings on a view. https://stackoverflow.com/a/17711456/935037
Has anyone had a similar problem where they had to bind something that will show everywhere, but still use bindings on local (non master) pages?
EDIT 1:
Solution is here: How do I rebind the knockout viewmodel when the page is loaded in as a partial via ajax?