I utilize angularJS to create a web page with the utilization of ngView
for a single page and multiview.
Is there a way to display the current page's location, such as Home/abc/dcv
? On this website https://docs.angularjs.org/guide/, the page location is shown as / Developer Guide / Using $location
.
Thank you