简体   繁体   中英

angularjs: how can I get the current page/component in spa app?

I have a sidebar in spa with functions and I need to get the current page that the function called from. any solution with angularjs? maybe routing?

You can use the angular $location service for this purpose.

$location.path() , $location.absUrl() or $location.url() will satisfy you requirement.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM