aboutsummaryrefslogtreecommitdiffstats
path: root/src/filters.js
diff options
context:
space:
mode:
authorIgor Minar2010-11-17 13:06:09 -0800
committerIgor Minar2010-11-18 02:34:54 -0800
commit9d36368ff9cb84a38ba0ab08c0d54361bd836389 (patch)
tree68f5e7844285e3a3a8ca8692b07b5ea69304394f /src/filters.js
parentd4bcee07998d0f6a613821c52001b9f6b37b42f3 (diff)
downloadangular.js-9d36368ff9cb84a38ba0ab08c0d54361bd836389.tar.bz2
fixing angular.filter.number jsdocs
Diffstat (limited to 'src/filters.js')
-rw-r--r--src/filters.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters.js b/src/filters.js
index 2f41d12c..5525b5ef 100644
--- a/src/filters.js
+++ b/src/filters.js
@@ -42,8 +42,8 @@ angularFilter.currency = function(amount){
*
* If the input is not a number empty string is returned.
*
- * @param {(number|string)} number Number to format.
- * @param {(number|string)=} [fractionSize=2] Number of decimal places to round the number to. Default 2.
+ * @param {number|string} number Number to format.
+ * @param {(number|string)=} [fractionSize=2] Number of decimal places to round the number to.
* @returns {string} Number rounded to decimalPlaces and places a “,” after each third digit.
*
* @example