Solved
content page routing in angular js
I need to navigate through content page in aem through angular js.
app.js file
when('/contentideas', {
templateUrl: '/content/projectname/en/ideas.html'
})
html file
<li><a href="#contactus">Contact-us</a></li>
is it possible through content pages (fully loaded with js css html everything).
this will be helpful :-)