Tried to give it a look on the documentation and in the CMS core repo but im a little lost, where can i find the available methods/functions for the service
$routeParams
Mostly im just trying to retrieve the current node name, but it would be good know where to find this stuff in the future!
The $routeParams service allows you to retrieve the current set of route parameters. It's angular service so documentation you can read on docs.angularjs.org -
$routeParams service documentation?
Hey,
Tried to give it a look on the documentation and in the CMS core repo but im a little lost, where can i find the available methods/functions for the service
Mostly im just trying to retrieve the current node name, but it would be good know where to find this stuff in the future!
Thanks,
M
Hi Marc
The $routeParams service allows you to retrieve the current set of route parameters. It's angular service so documentation you can read on docs.angularjs.org -
https://docs.angularjs.org/api/ngRoute/service/$routeParams
Thanks,
Alex
Perfect, thanks Alex
is working on a reply...