aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Kozlowski2013-02-25 21:12:59 +0100
committerIgor Minar2013-02-25 13:51:13 -0800
commit30162b769cccb1965a4ad85a4eedd805d3764853 (patch)
treefe2abffd3481387abe6354630caf982c4e3b9932
parent7d18d0ae262915e449bde97ad9dda3154d6d2d06 (diff)
downloadangular.js-30162b769cccb1965a4ad85a4eedd805d3764853.tar.bz2
docs(dateFilter): properly specify range for the Z format modifier
Closes #1533
-rw-r--r--src/ng/filter/filters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/filter/filters.js b/src/ng/filter/filters.js
index 0b4a2e91..38861147 100644
--- a/src/ng/filter/filters.js
+++ b/src/ng/filter/filters.js
@@ -284,7 +284,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
* * `'s'`: Second in minute (0-59)
* * `'.sss' or ',sss'`: Millisecond in second, padded (000-999)
* * `'a'`: am/pm marker
- * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-1200)
+ * * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200)
*
* `format` string can also be one of the following predefined
* {@link guide/i18n localizable formats}: