From 058387dc2c60353cb4296e6e7e83edd628d0813e Mon Sep 17 00:00:00 2001 From: Ashok Fernandez Date: Mon, 10 Aug 2015 17:02:03 +0200 Subject: [PATCH] Updated README, removed old example file --- README.md | 2 +- example.html | 38 -------------------------------------- package.json | 2 +- 3 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 example.html diff --git a/README.md b/README.md index 546f553..73e953d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Timezone selector for Angular JS -A simple AngularJS directive to create timezone select. It uses [chosen](harvesthq.github.io/chosen/) to create auto-complete timezone select. Timezone information comes from [moment](http://momentjs.com/timezone/). Countries timezone data comes from [TimezoneDB](http://timezonedb.com/download). +A simple AngularJS directive to create timezone select. It uses [chosen](http://harvesthq.github.io/chosen/) to create auto-complete timezone select. Timezone information comes from [moment](http://momentjs.com/timezone/). Countries timezone data comes from [TimezoneDB](http://timezonedb.com/download). The user is able to choose their timezone by either typing the name of their country, or the name of the timezone directly. diff --git a/example.html b/example.html deleted file mode 100644 index 8680325..0000000 --- a/example.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - Angular timezone select example - - - - - - - - - - - - -
- Country: - - Timezone: - -
Selected: {{ timezone }}
-
- - diff --git a/package.json b/package.json index 03cc55e..3bff727 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-timezone-selector", "version": "1.0.1", - "description": "AngularJS timezone select", + "description": "AngularJS timezone selector", "main": "dist/angular-timezone-selector.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"