From d94c79a32804e66dea967634aa341319bd594cba Mon Sep 17 00:00:00 2001 From: Ashok Fernandez Date: Fri, 12 Jun 2015 19:04:38 +0200 Subject: [PATCH] Updated no text placeholder --- angular-timezone-selector.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular-timezone-selector.js b/angular-timezone-selector.js index 18f3745..e1d52d4 100644 --- a/angular-timezone-selector.js +++ b/angular-timezone-selector.js @@ -97,7 +97,8 @@ angular.module('angular-timezone-selector', []) width: '300px', include_group_label_in_selected: true, search_contains: true, - no_results_text: 'No results, try searching for the name of your country or nearest major city.' + no_results_text: 'No results, try searching for the name of your country or nearest major city.', + placeholder_text_single: 'Choose a timezone' }) // Update the box if ngModel changes