From 19ff95577bd821120adf2e7a19fcc53bad947ab8 Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Mon, 28 Sep 2015 13:14:47 +0800 Subject: [PATCH] Removed duplicate --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b4415a..8d1b52f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ angular.module('timezoneSelectExample', ['angular-timezone-selector']); Then use directive `timezone-selector`. ```html - + ``` ## Options @@ -36,7 +36,7 @@ Options can be included as attributes in the html element. - **display-utc** ["true"] - This show UTC offsets in the timezone names - **show-local** ["true"] - This detects local timezone's and includes at the top. If jsTimezoneDetect is installed if will include the detected timezone otherwise it fallback on moment js and list all timezones with the same browsers UTC offset. - **primary-choices** ["space seperated timezone names"] - This lets you put important timezone's at the top of the list or include extra aliases. Use names from momentjs-timezone, which you can list with the command: `moment.tz.names;`. - + An example of using the options is below: ```html