diff options
Diffstat (limited to 'src/ngRoute/route.js')
| -rw-r--r-- | src/ngRoute/route.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 687e8530..e09e74db 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -552,7 +552,7 @@ function $RouteProvider(){      /** -     * @returns the current active route, by matching it against the URL +     * @returns {Object} the current active route, by matching it against the URL       */      function parseRoute() {        // Match a route @@ -570,7 +570,7 @@ function $RouteProvider(){      }      /** -     * @returns interpolation of the redirect path with the parameters +     * @returns {string} interpolation of the redirect path with the parameters       */      function interpolate(string, params) {        var result = []; | 
