aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPawel Kozlowski2013-02-25 21:12:59 +0100
committerIgor Minar2013-02-25 13:51:38 -0800
commitd8922fe3e9fcb2145895b0f3cacb24d932ec45c8 (patch)
tree6cd0708b1342e7057cd83a0fcc32fdfdca40b459 /src
parent6c611df8f0a7b3a360fd23d1e68eb8a709e0ce53 (diff)
downloadangular.js-d8922fe3e9fcb2145895b0f3cacb24d932ec45c8.tar.bz2
docs(dateFilter): properly specify range for the Z format modifier
Closes #1533
Diffstat (limited to 'src')
-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 9ddb0142..7a2f65c0 100644
--- a/src/ng/filter/filters.js
+++ b/src/ng/filter/filters.js
@@ -280,7 +280,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
* * `'ss'`: Second in minute, padded (00-59)
* * `'s'`: Second in minute (0-59)
* * `'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}: