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"