MCPcopy Create free account
hub / github.com/apache/cloudstack / $RouteParamsProvider

Function $RouteParamsProvider

tools/ngui/static/js/lib/angular.js:7538–7540  ·  view source on GitHub ↗

* @ngdoc object * @name ng.$routeParams * @requires $route * * @description * Current set of route parameters. The route parameters are a combination of the * ng.$location $location `search()`, and `path()`. The `path` parameters * are extracted when the ng.$route $route path

()

Source from the content-addressed store, hash-verified

7536 * </pre>
7537 */
7538function $RouteParamsProvider() {
7539 this.$get = valueFn({});
7540}
7541
7542/**
7543 * DESIGN NOTES

Callers

nothing calls this directly

Calls 1

valueFnFunction · 0.85

Tested by

no test coverage detected