This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
@param docs missing for $routeChangeStart, $routeChange… #11418
Closed
Description
See latest docs: https://docs.angularjs.org/api/ngRoute/service/$route
See latest source: https://github.com/angular/angular.js/edit/master/src/ngRoute/route.js
Note that $routeChangeStart
, $routeChangeSuccess
, $routeChangeError
, $routeUpdate
each have documented parameters (via @param
), but these parameters are missing from the published docs.