I am working on an MVC app using framework 4. I made a menu using edge animate and if I am on any page that is an index page it works otherwise I do not see the edge animate menu at all.
So, for instance I have three views:
home
index.cshtml
about
index.cshtml
User
addUser.cshtml
the menu shows up on the first two but not the User/addUser
as a test I added a view called index under User and it worked.. but this is not feasible to have to call everything index.
this is the latest version of edge and I am using the razor engine in mvc (asp.net)