Updated README, removed old example file

This commit is contained in:
Ashok Fernandez
2015-08-10 17:02:03 +02:00
parent f3868aabd1
commit 058387dc2c
3 changed files with 2 additions and 40 deletions
+1 -1
View File
@@ -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.