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

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -