backboneboilerplate
backboneboilerplate copied to clipboard
Fixed menu highlighting
The items in menu bar highlight properly. However when browser back/forward buttons are pressed, the corresponding menu items do not highlight. This can be addressed by updating to Backbone 1.0 and listening to Backbone.history from the view for any hash changes in url rather than listening to a click event. Refer http://stackoverflow.com/questions/15109302/two-ways-route-functionality for details.