I'm trying to create a website that meets certain accessibility standards with tab clicks. The problem is I have a navigation menu on the left side of the screen and my users are request a "Skip to content" type link so they don't have to constantly cycle through multiple links to get to where the content is.
However, i'm using AngularJS in my web app, and if I use the standard skip to content functionality (example: http://accessibility.oit.ncsu.edu/training/accessibility-handbook/skip-to-main-content.html) it won't work. I'm already using anchors ( with #'s) for the angular code.
Is there any other way to implement this? I have a particular div tag that I would like the tab selection to go to. It should go to one of the elements inside the div.
ui-router. So I need it to goto the tab index of the element in the content - KVISH