angularjs - Jump to anchor in another page -


i want able jump anchor in page(page b).

in page b, have list of items below.

<div ng-repeat='item in items'>{{item}}</div> 

i want anchor in 1 of items. how do it?

use code :

<div ng-repeat='item in items'>   <a href="#/pageb">{{item}}</a> </div> 

where pageb route attach page b.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -