backboneboilerplate icon indicating copy to clipboard operation
backboneboilerplate copied to clipboard

Fixed menu highlighting

Open arunkjn opened this issue 11 years ago • 0 comments

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.

arunkjn avatar Jul 16 '13 22:07 arunkjn