aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngRoute/route.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-26 11:46:02 +0000
committerPeter Bacon Darwin2014-02-26 11:47:22 +0000
commit332e935048d161764046b43fe6599e1db2afc3b6 (patch)
treee560b374b78b75e9bf27d67dbf8d5f2de6598f2d /src/ngRoute/route.js
parent30c8207e0f2e10a6f02a0c2ba16825ad27092108 (diff)
downloadangular.js-332e935048d161764046b43fe6599e1db2afc3b6.tar.bz2
docs(*): fix jsdoc type expressions
These errors in the docs were preventing some parts of the docs from being parsed.
Diffstat (limited to 'src/ngRoute/route.js')
-rw-r--r--src/ngRoute/route.js4
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 = [];